Skip to content

Commit

Permalink
Update definition.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyatea authored Dec 31, 2024
1 parent bdfff6d commit 802bcdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/frontend/src/router/definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,10 @@ const routes: RouteDef[] = [{
path: '/system-webhook',
name: 'system-webhook',
component: page(() => import('@/pages/admin/system-webhook.vue')),
},{
path: '/other-settings',
name: 'other-settings',
component: page(() => import('@/pages/admin/other-settings.vue')),
}, {
path: '/',
component: page(() => import('@/pages/_empty_.vue')),
Expand Down

0 comments on commit 802bcdc

Please sign in to comment.