a
This commit is contained in:
parent
78476dbad9
commit
4f665124a3
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ router.get('/about', async ctx => {
|
||||||
});
|
});
|
||||||
|
|
||||||
router.get('/teapot', 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 => {
|
router.get('/miauth', async ctx => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue