Add dummy-logout link

This commit is contained in:
Jan Bader 2022-01-23 22:24:28 +00:00
parent 0bd63636bb
commit e26bb257cc

View File

@ -6,6 +6,7 @@ import Login from '../pages/Login.vue';
const routes = [
{ path: '/', name: 'Index', component: Dashboard },
{ path: '/login', name: 'Login', component: Login },
{ path: '/logout', name: 'Logout', component: null },
{ path: '/budget/:budgetid', name: 'Budget', component: Budget },
]