Skip to content

Commit 52cec65

Browse files
committed
Update test
1 parent 86bdc05 commit 52cec65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routes.js

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module.exports = (router, controller) => {
1818
origin: ctx.request.origin,
1919
originalUrl: ctx.request.originalUrl,
2020
queryParams: ctx.query,
21+
queryLength: ctx.query && ctx.query.c ? ctx.query.c.length : '',
2122
now: new Date().toUTCString()
2223
}
2324
})

0 commit comments

Comments
 (0)