Fix router
This commit is contained in:
		| @@ -73,6 +73,7 @@ export const router = createRouter({ | |||||||
| 		{ path: '/games/reversi', component: page('reversi/index') }, | 		{ path: '/games/reversi', component: page('reversi/index') }, | ||||||
| 		{ path: '/games/reversi/:gameId', component: page('reversi/game'), props: route => ({ gameId: route.params.gameId }) }, | 		{ path: '/games/reversi/:gameId', component: page('reversi/game'), props: route => ({ gameId: route.params.gameId }) }, | ||||||
| 		{ path: '/mfm-cheat-sheet', component: page('mfm-cheat-sheet') }, | 		{ path: '/mfm-cheat-sheet', component: page('mfm-cheat-sheet') }, | ||||||
|  | 		{ path: '/api-console', component: page('api-console') }, | ||||||
| 		{ path: '/test', component: page('test') }, | 		{ path: '/test', component: page('test') }, | ||||||
| 		{ path: '/auth/:token', component: page('auth') }, | 		{ path: '/auth/:token', component: page('auth') }, | ||||||
| 		{ path: '/miauth/:session', component: page('miauth') }, | 		{ path: '/miauth/:session', component: page('miauth') }, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo