0
0
Fork 0
This commit is contained in:
Xeltica 2020-08-04 20:15:14 +09:00
parent 78476dbad9
commit 4f665124a3

View file

@ -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 => {