This commit is contained in:
lesion 2022-05-02 16:48:05 +02:00
parent 3fb4970ec5
commit b624e0f625
No known key found for this signature in database
GPG key ID: 352918250B012177

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()
},