Close #4269
This commit is contained in:
syuilo 2019-02-15 08:32:18 +09:00
parent a4d92f781f
commit 113fe294bd
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -156,6 +156,7 @@ init(async (launch, os) => {
{ path: '/@:user/following', name: 'userFollowing', component: MkUserFollowingOrFollowers },
{ path: '/@:user/followers', name: 'userFollowers', component: MkUserFollowingOrFollowers },
{ path: '/authorize-follow', component: MkFollow },
{ path: '/deck', redirect: '/' },
{ path: '*', component: MkNotFound }
]
});