From 48d540e9f4cb820ab21c2a33eb68267442bea96b Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 9 Apr 2018 19:23:52 +0900 Subject: Fix bug --- src/client/app/mobile/script.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/app/mobile/script.ts') 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 } ] }); -- cgit v1.2.3-freya