Create dossier
Some checks failed
Continuous Deployment / Update Deployment (push) Failing after 1m29s

This commit is contained in:
2025-12-06 15:40:51 -06:00
parent 9c903c9ad9
commit ea52be83ef

View File

@@ -24,7 +24,7 @@ const router = createRouter({
{ path: '/trainingReport/:id', component: () => import('@/pages/TrainingReport.vue'), meta: { requiresAuth: true, memberOnly: true } }, { path: '/trainingReport/:id', component: () => import('@/pages/TrainingReport.vue'), meta: { requiresAuth: true, memberOnly: true } },
// Personnel File // Personnel File
//{ path: '/dossier', component: () => import('@/pages/Dossier.vue'), meta: { requiresAuth: false, memberOnly: false } }, { path: '/dossier', component: () => import('@/pages/Dossier.vue'), meta: { requiresAuth: false, memberOnly: false } },
// ADMIN / STAFF ROUTES // ADMIN / STAFF ROUTES
{ {