Remove unused Empty, SeatDemo, PersonalDemo, PaymentDemo, ConfirmationDemo, TreeDoc, and FileDoc components

This commit is contained in:
andrea.terzani
2024-10-25 08:51:11 +02:00
parent 04c7a8f8db
commit 89f6e61d0f
31 changed files with 45 additions and 14881 deletions

View File

@@ -52,7 +52,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;//
console.log(import.meta.env.VITE_BACKEND_URL);
const app = createApp(App);