koa-app icon indicating copy to clipboard operation
koa-app copied to clipboard

koa实践

Results 3 koa-app issues
Sort by recently updated
recently updated
newest added

目前,请求方法不对直接报的是 Internal Server Error,查看发现是 log.js文件拿不到 router.allowedMethods methodNotAllowed => return Internal Server Error 不知道这样是否可以 if (ctx.body && ctx.body.code && ctx.body.code !== 0) { ... }

Thank you. It's very helpful to me