Skip to content
Snippets Groups Projects
Commit 982520bc authored by tamaina's avatar tamaina
Browse files

fix typo #5890

parent 23e76509
No related branches found
No related tags found
No related merge requests found
......@@ -327,8 +327,8 @@ const override = (source: string, target: string, depth: number = 0) =>
router.get('/othello', async ctx => ctx.redirect(override(ctx.URL.pathname, 'games/reversi', 1)));
router.get('/reversi', async ctx => ctx.redirect(override(ctx.URL.pathname, 'games')));
router.get('/flash', async ctx => {
await ctx.render('flash');
router.get('/flush', async ctx => {
await ctx.render('flush');
});
// Render base html for all requests
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment