From f5fec3d008f6414d43606205457e5477b4abb6cd Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 10 Mar 2018 01:48:16 +0900 Subject: :v: --- src/web/app/mobile/script.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/web/app/mobile/script.ts') diff --git a/src/web/app/mobile/script.ts b/src/web/app/mobile/script.ts index 27c18c5ae1..2b57b78ada 100644 --- a/src/web/app/mobile/script.ts +++ b/src/web/app/mobile/script.ts @@ -69,7 +69,8 @@ init((launch) => { { path: '/i/drive/file/:file', component: MkDrive }, { path: '/selectdrive', component: MkSelectDrive }, { path: '/search', component: MkSearch }, - { path: '/game/othello', component: MkOthello }, + { path: '/othello', component: MkOthello }, + { path: '/othello/:game', component: MkOthello }, { path: '/:user', component: MkUser }, { path: '/:user/followers', component: MkFollowers }, { path: '/:user/following', component: MkFollowing }, -- cgit v1.2.3-freya