diff --git a/packages/client/src/router.ts b/packages/client/src/router.ts index 37a8fd3dc..111b15e0a 100644 --- a/packages/client/src/router.ts +++ b/packages/client/src/router.ts @@ -133,6 +133,10 @@ export const routes = [{ path: '/api', name: 'api', component: page(() => import('./pages/settings/api.vue')), + }, { + path: '/apps', + name: 'api', + component: page(() => import('./pages/settings/apps.vue')), }, { path: '/webhook/edit/:webhookId', name: 'webhook', @@ -157,6 +161,10 @@ export const routes = [{ path: '/custom-css', name: 'general', component: page(() => import('./pages/settings/custom-css.vue')), + }, { + path: '/accounts', + name: 'profile', + component: page(() => import('./pages/settings/accounts.vue')), }, { path: '/account-info', name: 'other',