login projects 2

This commit is contained in:
Florinda
2024-10-21 18:10:34 +02:00
parent ae32a63def
commit aa466491c2
2 changed files with 5 additions and 11 deletions

View File

@@ -48,7 +48,7 @@ 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);