summaryrefslogtreecommitdiff
path: root/src/web/app/mobile/script.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-10 01:48:16 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-10 01:48:16 +0900
commitf5fec3d008f6414d43606205457e5477b4abb6cd (patch)
treecc33cbfaadb64f42464550c8a540c8de282a1bbe /src/web/app/mobile/script.ts
parentv4061 (diff)
downloadsharkey-f5fec3d008f6414d43606205457e5477b4abb6cd.tar.gz
sharkey-f5fec3d008f6414d43606205457e5477b4abb6cd.tar.bz2
sharkey-f5fec3d008f6414d43606205457e5477b4abb6cd.zip
:v:
Diffstat (limited to 'src/web/app/mobile/script.ts')
-rw-r--r--src/web/app/mobile/script.ts3
1 files changed, 2 insertions, 1 deletions
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 },