diff --git a/frontend/src/router/index.ts b/frontend/src/router/index.ts index ad4b558..34f234e 100644 --- a/frontend/src/router/index.ts +++ b/frontend/src/router/index.ts @@ -10,8 +10,8 @@ import NotFound from '../views/NotFound.vue' const routes = [ { path: '/login', component: Login, meta: { title: 'Login' } }, - { path: '/setup', component: Setup, meta: { title: 'Setup' } }, { path: '/register', component: Register, meta: { title: 'Register' } }, + { path: '/setup', component: Setup, meta: { title: 'Setup' } }, { path: '/', redirect: '/dashboard'