From 4f665124a336c3e17cc71a7fd08a35516611f8eb Mon Sep 17 00:00:00 2001 From: Xeltica Date: Tue, 4 Aug 2020 20:15:14 +0900 Subject: [PATCH] a --- src/router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {