forked from FoundKeyGang/FoundKey
fix typo #5890
This commit is contained in:
parent
23e7650983
commit
982520bcef
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue