ongoing fix: working through the auth issues, we got the test working again but the requests now give an error code 403
This commit is contained in:
parent
0c724cae7f
commit
2b1666c949
@ -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
|
||||
/*
|
||||
|
@ -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'),
|
||||
},*/
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user