mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
minor
This commit is contained in:
parent
3fb4970ec5
commit
b624e0f625
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue