This commit is contained in:
2026-04-18 12:40:28 +03:00
parent a85216be09
commit 9b12895199

View File

@@ -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'