APIコンソール

This commit is contained in:
syuilo
2020-10-25 16:11:08 +09:00
parent 25d8077474
commit ec5e6c8443
3 changed files with 106 additions and 4 deletions

View File

@ -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') },