This commit is contained in:
syuilo
2018-04-09 19:23:52 +09:00
parent 2560d3d1c1
commit 48d540e9f4
4 changed files with 6 additions and 6 deletions

View File

@@ -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 }
]
});