diff --git a/src/main.js b/src/main.js index ac98284..404e219 100644 --- a/src/main.js +++ b/src/main.js @@ -47,7 +47,8 @@ var auth = createAuth({ } }); -axios.defaults.baseURL = 'http://localhost:8081' //import.meta.env.VITE_BACKEND_URL;//'http://localhost:8081'// +axios.defaults.baseURL = import.meta.env.VITE_BACKEND_URL;//'http://localhost:8081' +console.log(import.meta.env.VITE_BACKEND_URL); const app = createApp(App);