enhance(frontend): add debug room
This commit is contained in:
parent
181f68e14e
commit
351d91b1c3
2 changed files with 70 additions and 0 deletions
|
|
@ -591,6 +591,10 @@ export const ROUTE_DEF = [{
|
|||
path: '/reversi/g/:gameId',
|
||||
component: page(() => import('@/pages/reversi/game.vue')),
|
||||
loginRequired: false,
|
||||
}, {
|
||||
path: '/debug',
|
||||
component: page(() => import('@/pages/debug.vue')),
|
||||
loginRequired: false,
|
||||
}, {
|
||||
// テスト用リダイレクト設定。ログイン中ユーザのプロフィールにリダイレクトする
|
||||
path: '/redirect-test',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue