diff --git a/src/router.ts b/src/router.ts index 2f0b70a..5bd413b 100644 --- a/src/router.ts +++ b/src/router.ts @@ -53,7 +53,7 @@ router.get('/about', async ctx => { }); router.get('/teapot', async ctx => { - await die(ctx, 'I\'m teapot', 418); + await die(ctx, 'I\'m a teapot', 418); }); router.get('/miauth', async ctx => {