mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-28 10:04:43 +02:00
fix(client): some fixes
This commit is contained in:
@@ -141,6 +141,10 @@ export const routes = [{
|
||||
path: '/webhook',
|
||||
name: 'webhook',
|
||||
component: page(() => import('./pages/settings/webhook.vue')),
|
||||
}, {
|
||||
path: '/deck',
|
||||
name: 'deck',
|
||||
component: page(() => import('./pages/settings/deck.vue')),
|
||||
}, {
|
||||
path: '/other',
|
||||
name: 'other',
|
||||
|
||||
Reference in New Issue
Block a user