Skip to content

Commit

Permalink
fix: fixed initial route
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteyebrw committed Dec 12, 2024
1 parent 0499c1f commit 0f51027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/router/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ImportExportView = () => import('../views/ImportExportView.vue');
export const routes = [
{ path: '/registration', component: RegistrationView },
{ path: '/login', component: LoginView },
{ path: '/consultant', component: ConsultantsView },
{ path: '/', component: ConsultantsView },
{ path: '/consultant/:id', component: ConsultantDetailView },
{ path: '/export-import', component: ImportExportView },
];

0 comments on commit 0f51027

Please sign in to comment.