summaryrefslogtreecommitdiff
path: root/src/web/app/mobile/script.ts
diff options
context:
space:
mode:
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 },