diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-09 19:23:52 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-09 19:23:52 +0900 |
| commit | 48d540e9f4cb820ab21c2a33eb68267442bea96b (patch) | |
| tree | b89bcb2041b86804a5a99080d0d4c67a79b24d3b /src/client/app/mobile/script.ts | |
| parent | Fix bug (diff) | |
| download | sharkey-48d540e9f4cb820ab21c2a33eb68267442bea96b.tar.gz sharkey-48d540e9f4cb820ab21c2a33eb68267442bea96b.tar.bz2 sharkey-48d540e9f4cb820ab21c2a33eb68267442bea96b.zip | |
Fix bug
Diffstat (limited to 'src/client/app/mobile/script.ts')
| -rw-r--r-- | src/client/app/mobile/script.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/script.ts b/src/client/app/mobile/script.ts index 6265d0d45f..1de4891973 100644 --- a/src/client/app/mobile/script.ts +++ b/src/client/app/mobile/script.ts @@ -68,7 +68,7 @@ init((launch) => { { path: '/@:user', component: MkUser }, { path: '/@:user/followers', component: MkFollowers }, { path: '/@:user/following', component: MkFollowing }, - { path: '/@:user/:note', component: MkNote } + { path: '/notes/:note', component: MkNote } ] }); |