tweak client

This commit is contained in:
syuilo
2023-01-09 10:07:37 +09:00
parent 5ce56886a1
commit 13aa4b64b4
3 changed files with 128 additions and 1 deletions

View File

@@ -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',