This commit is contained in:
andrea.terzani
2024-09-27 10:48:03 +02:00
parent 1255792539
commit d99d89c135

View File

@@ -47,7 +47,7 @@ var auth = createAuth({
}
});
axios.defaults.baseURL = 'http://localhost:8081'//import.meta.env.VITE_BACKEND_URL;
axios.defaults.baseURL = import.meta.env.VITE_BACKEND_URL;//'http://localhost:8081'//
const app = createApp(App);