Merge branch 'develop' into feat-1714
This commit is contained in:
commit
8754ca6fd7
118 changed files with 7642 additions and 466 deletions
|
|
@ -471,6 +471,14 @@ const routes: RouteDef[] = [{
|
|||
path: '/invites',
|
||||
name: 'invites',
|
||||
component: page(() => import('@/pages/admin/invites.vue')),
|
||||
}, {
|
||||
path: '/abuse-report-notification-recipient',
|
||||
name: 'abuse-report-notification-recipient',
|
||||
component: page(() => import('@/pages/admin/abuse-report/notification-recipient.vue')),
|
||||
}, {
|
||||
path: '/system-webhook',
|
||||
name: 'system-webhook',
|
||||
component: page(() => import('@/pages/admin/system-webhook.vue')),
|
||||
}, {
|
||||
path: '/',
|
||||
component: page(() => import('@/pages/_empty_.vue')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue