diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-08-03 22:42:53 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-08-03 22:42:53 +0900 |
| commit | 13451f68436ce7a88953d2af9755c78e78e7c74e (patch) | |
| tree | 6a4f99098c50487ec00b8ee3bc0cbbd3a123d94b /src/client/app/mobile/script.ts | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| download | misskey-13451f68436ce7a88953d2af9755c78e78e7c74e.tar.gz misskey-13451f68436ce7a88953d2af9755c78e78e7c74e.tar.bz2 misskey-13451f68436ce7a88953d2af9755c78e78e7c74e.zip | |
:v:
Diffstat (limited to 'src/client/app/mobile/script.ts')
| -rw-r--r-- | src/client/app/mobile/script.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/app/mobile/script.ts b/src/client/app/mobile/script.ts index af885e5007..5b9d45462a 100644 --- a/src/client/app/mobile/script.ts +++ b/src/client/app/mobile/script.ts @@ -76,8 +76,7 @@ init((launch) => { { path: '/search', component: MkSearch }, { path: '/tags/:tag', component: MkTag }, { path: '/share', component: MkShare }, - { path: '/reversi', name: 'reversi', component: MkReversi }, - { path: '/reversi/:game', component: MkReversi }, + { path: '/reversi/:game?', name: 'reversi', component: MkReversi }, { path: '/@:user', component: MkUser }, { path: '/@:user/followers', component: MkFollowers }, { path: '/@:user/following', component: MkFollowing }, |