Skip to content
Snippets Groups Projects
Commit 6958d8db authored by Torbjørn Antonsen's avatar Torbjørn Antonsen
Browse files

Update index.js

parent 98429242
No related branches found
No related tags found
1 merge request!42fixed logic to make frontend and backend speak together
Pipeline #269830 passed
......@@ -59,6 +59,11 @@ const router = createRouter({
component: EditQuizView,
params: true
},
{
path: '/profile',
name: 'profile',
component: () => import('../views/ProfileView.vue')
}
]
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment