初始化
This commit is contained in:
@@ -58,9 +58,8 @@ module.exports = {
|
||||
|
||||
})
|
||||
})
|
||||
|
||||
//默认根路由
|
||||
router.all('/', async (ctx, next) => {
|
||||
|
||||
ctx.body = app.res.success("ok")
|
||||
ctx.status = 200
|
||||
await next();
|
||||
|
||||
Reference in New Issue
Block a user