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