diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-10-25 16:11:08 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-10-25 16:11:08 +0900 |
| commit | ec5e6c844394af00a60654644c66bf91c9f74d60 (patch) | |
| tree | 13523d233b68a81b27a2b671dda996677054f51d /src/client/router.ts | |
| parent | Fix bug (diff) | |
| download | sharkey-ec5e6c844394af00a60654644c66bf91c9f74d60.tar.gz sharkey-ec5e6c844394af00a60654644c66bf91c9f74d60.tar.bz2 sharkey-ec5e6c844394af00a60654644c66bf91c9f74d60.zip | |
APIコンソール
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 ef540f0d4b..56320d224e 100644 --- a/src/client/router.ts +++ b/src/client/router.ts @@ -70,6 +70,7 @@ export const router = createRouter({ { path: '/instance/abuses', component: page('instance/abuses') }, { path: '/notes/:note', name: 'note', component: page('note'), props: route => ({ noteId: route.params.note }) }, { path: '/tags/:tag', component: page('tag'), props: route => ({ tag: route.params.tag }) }, + { path: '/api-console', component: page('api-console') }, { path: '/auth/:token', component: page('auth') }, { path: '/miauth/:session', component: page('miauth') }, { path: '/authorize-follow', component: page('follow') }, |