APIコンソール
This commit is contained in:
parent
25d8077474
commit
ec5e6c8443
3 changed files with 106 additions and 4 deletions
|
@ -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') },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue