This commit is contained in:
lesion
2022-05-02 16:48:05 +02:00
parent 3fb4970ec5
commit b624e0f625

View File

@@ -112,7 +112,7 @@ module.exports = {
return router
},
logRequest (req, res, next) {
logRequest (req, _res, next) {
log.debug(`${req.method} ${req.path}`)
next()
},