We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86bdc05 commit 52cec65Copy full SHA for 52cec65
routes.js
@@ -18,6 +18,7 @@ module.exports = (router, controller) => {
18
origin: ctx.request.origin,
19
originalUrl: ctx.request.originalUrl,
20
queryParams: ctx.query,
21
+ queryLength: ctx.query && ctx.query.c ? ctx.query.c.length : '',
22
now: new Date().toUTCString()
23
}
24
})
0 commit comments