mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-22 17:34:14 +02:00
wip
This commit is contained in:
@@ -594,6 +594,9 @@ export const ROUTE_DEF = [{
|
||||
path: '/qr',
|
||||
component: page(() => import('@/pages/qr.vue')),
|
||||
loginRequired: true,
|
||||
}, {
|
||||
path: '/room',
|
||||
component: page(() => import('@/pages/room.vue')),
|
||||
}, {
|
||||
path: '/debug',
|
||||
component: page(() => import('@/pages/debug.vue')),
|
||||
|
||||
Reference in New Issue
Block a user