This commit is contained in:
Daniel García Aubert 2020-06-04 18:43:21 +02:00
parent adeffd2018
commit 63bc8f75b9

View File

@ -3,7 +3,7 @@
module.exports = function setCommonHeaders (req, res, callback) {
const { logger } = res.locals;
res.set('X-Request-Id', logger.bindings.id);
res.set('X-Request-Id', logger.bindings().id);
// TODO: x-layergroupid header??