mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-08-06 07:16:39 +00:00
Fix bug
This commit is contained in:
@@ -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 }
|
||||
]
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user