tweak client
This commit is contained in:
parent
5ce56886a1
commit
13aa4b64b4
3 changed files with 128 additions and 1 deletions
|
|
@ -339,6 +339,10 @@ export const routes = [{
|
|||
path: '/files',
|
||||
name: 'files',
|
||||
component: page(() => import('./pages/admin/files.vue')),
|
||||
}, {
|
||||
path: '/federation',
|
||||
name: 'federation',
|
||||
component: page(() => import('./pages/admin/federation.vue')),
|
||||
}, {
|
||||
path: '/announcements',
|
||||
name: 'announcements',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue