diff --git a/front/MyINPulse-front/src/main.ts b/front/MyINPulse-front/src/main.ts index 97a7a24..8c17236 100644 --- a/front/MyINPulse-front/src/main.ts +++ b/front/MyINPulse-front/src/main.ts @@ -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 /* diff --git a/front/MyINPulse-front/src/router/router.ts b/front/MyINPulse-front/src/router/router.ts index a585f8a..6883c33 100644 --- a/front/MyINPulse-front/src/router/router.ts +++ b/front/MyINPulse-front/src/router/router.ts @@ -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'), - },*/ + }, ], })