From ae32a63defab9e862a2b6e8f5ac7fa3d781f1a26 Mon Sep 17 00:00:00 2001 From: Florinda Date: Mon, 21 Oct 2024 18:08:56 +0200 Subject: [PATCH] login projects --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 4c7bdee..a05681f 100644 --- a/src/main.js +++ b/src/main.js @@ -48,7 +48,7 @@ var auth = createAuth({ } }); -axios.defaults.baseURL = import.meta.env.VITE_BACKEND_URL;//'http://localhost:8081' +axios.defaults.baseURL = 'http://localhost:8081' //import.meta.env.VITE_BACKEND_URL;//'http://localhost:8081' console.log(import.meta.env.VITE_BACKEND_URL); const app = createApp(App);