chore(deps): Update dependencies 🚀
This commit is contained in:
parent
3f78f6f6bb
commit
3599f16d22
8 changed files with 673 additions and 566 deletions
|
@ -96,7 +96,7 @@ router.post('/miauth/:session/check', async ctx => {
|
|||
});
|
||||
|
||||
// Return 404 for unknown API
|
||||
router.all('*', async ctx => {
|
||||
router.all('(.*)', async ctx => {
|
||||
ctx.status = 404;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue