Skip to content

Commit

Permalink
Update Test Route
Browse files Browse the repository at this point in the history
  • Loading branch information
a632079 committed May 16, 2018
1 parent 7807b73 commit 8c22cde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ module.exports = (router, controller) => {
URL: ctx.request.URL,
url: ctx.request.url,
origin: ctx.request.origin,
originalUrl: ctx.request.originalUrl
originalUrl: ctx.request.originalUrl,
queryParams: ctx.query,
now: new Date().toUTCString()
}
})
router.get('/', controller.hitokoto)
Expand Down

0 comments on commit 8c22cde

Please sign in to comment.