diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-11-08 15:24:46 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-11-08 15:24:46 +0900 |
| commit | 77db016866b7bab2cf4cfc71c0019d841b906ff0 (patch) | |
| tree | 971cec8fc2615b3efde819274525ac688b136565 /src/client/router.ts | |
| parent | 最近使用した絵文字からリアクションピッカーに設定し... (diff) | |
| download | misskey-77db016866b7bab2cf4cfc71c0019d841b906ff0.tar.gz misskey-77db016866b7bab2cf4cfc71c0019d841b906ff0.tar.bz2 misskey-77db016866b7bab2cf4cfc71c0019d841b906ff0.zip | |
MFMチートシート
Diffstat (limited to 'src/client/router.ts')
| -rw-r--r-- | src/client/router.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/router.ts b/src/client/router.ts index 5068eccfea..575aed416d 100644 --- a/src/client/router.ts +++ b/src/client/router.ts @@ -72,7 +72,8 @@ export const router = createRouter({ { path: '/tags/:tag', component: page('tag'), props: route => ({ tag: route.params.tag }) }, { path: '/games/reversi', component: page('reversi/index') }, { path: '/games/reversi/:gameId', component: page('reversi/game'), props: route => ({ gameId: route.params.gameId }) }, - { path: '/api-console', component: page('api-console') }, + { path: '/mfm-cheat-sheet', component: page('mfm-cheat-sheet') }, + { path: '/test', component: page('test') }, { path: '/auth/:token', component: page('auth') }, { path: '/miauth/:session', component: page('miauth') }, { path: '/authorize-follow', component: page('follow') }, |