This commit is contained in:
andrea.terzani
2024-10-16 15:06:15 +02:00
parent 1b5a9126b7
commit ab7b8e7955

View File

@@ -47,7 +47,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'//
const app = createApp(App);