From b646f71394ee4fdd7d235678d40bb49c5b7da84c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Wed, 22 Jul 2020 13:35:43 +0200 Subject: [PATCH] Don't miss the header --- lib/utils/common-headers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/common-headers.js b/lib/utils/common-headers.js index c5b86c6a..359e30dc 100644 --- a/lib/utils/common-headers.js +++ b/lib/utils/common-headers.js @@ -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().request_id); // TODO: x-layergroupid header??