ongoing fix: working through the auth issues, we got the test working again but the requests now give an error code 403
Some checks failed
Format / formatting (push) Successful in 6s
Build / build (push) Successful in 39s
CI / build (push) Failing after 8s
Format / formatting (pull_request) Successful in 8s

This commit is contained in:
Mohamed Maoulainine Maoulainine 2025-04-06 02:02:28 +02:00
parent 0c724cae7f
commit 2b1666c949
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ keycloakService.CallInit(() => {
})
// this shit made by me so i can run the canva vue app
createApp(App).use(router).mount('#app');
//createApp(App).use(router).mount('#app');
// TODO: fix the comment
/*

View File

@ -19,11 +19,11 @@ const router = createRouter({
},
// route pour les canvas (made by adnane), in fact the two vue apps are separated for now
/*{
{
path: '/canvas',
name: 'canvas',
component: () => import('../views/CanvasView.vue'),
},*/
},
],
})