minor
This commit is contained in:
@@ -112,7 +112,7 @@ module.exports = {
|
|||||||
return router
|
return router
|
||||||
},
|
},
|
||||||
|
|
||||||
logRequest (req, res, next) {
|
logRequest (req, _res, next) {
|
||||||
log.debug(`${req.method} ${req.path}`)
|
log.debug(`${req.method} ${req.path}`)
|
||||||
next()
|
next()
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user