1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 00:56:00 +02:00
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 }
]
});