We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd3085 commit 4cd71baCopy full SHA for 4cd71ba
code/koa/koa-run-sort.js
@@ -9,7 +9,7 @@ app.use(async(ctx, next) => {
9
const middleRes1 = await next()
10
console.log('middleware1===>', middleRes1)
11
const rt = ctx.response.get('X-Response-Time')
12
- console.log(`${ctx.method} ${ctx.url} - ${rt}`)
+ console.log(`请求信息:${ctx.method} ${ctx.url} - ${rt}`)
13
return 'back middleware1 result'
14
})
15
0 commit comments