diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-10-19 19:29:04 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-10-19 19:29:04 +0900 |
| commit | 87f61e714ad3b17856a6a5ac66051707badb3bd0 (patch) | |
| tree | 353b384f026bb326d16b7194d5fa5dfee7f12069 /src/client/router.ts | |
| parent | 12.48.3 (diff) | |
| download | misskey-87f61e714ad3b17856a6a5ac66051707badb3bd0.tar.gz misskey-87f61e714ad3b17856a6a5ac66051707badb3bd0.tar.bz2 misskey-87f61e714ad3b17856a6a5ac66051707badb3bd0.zip | |
Resolve #6087
Diffstat (limited to 'src/client/router.ts')
| -rw-r--r-- | src/client/router.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/router.ts b/src/client/router.ts index fc67f6ecfd..c9c7a32835 100644 --- a/src/client/router.ts +++ b/src/client/router.ts @@ -86,6 +86,7 @@ export const router = createRouter({ { path: '/instance/federation', component: page('instance/federation') }, { path: '/instance/relays', component: page('instance/relays') }, { path: '/instance/announcements', component: page('instance/announcements') }, + { path: '/instance/abuses', component: page('instance/abuses') }, { path: '/notes/:note', name: 'note', component: page('note') }, { path: '/tags/:tag', component: page('tag') }, { path: '/auth/:token', component: page('auth') }, |