new cia scenario output

This commit is contained in:
andrea.terzani
2024-10-16 15:04:38 +02:00
parent d99d89c135
commit 1b5a9126b7
6 changed files with 128 additions and 19 deletions

View File

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