From 9b12895199f9ec70c0d3382a9da638b4749df8c9 Mon Sep 17 00:00:00 2001 From: Danil-Bodry Date: Sat, 18 Apr 2026 12:40:28 +0300 Subject: [PATCH] up --- frontend/src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'