0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

log headers

This commit is contained in:
Víctor Losada Hernández
2024-12-08 20:46:02 +01:00
parent db9212bd12
commit 1b20c00842

View File

@@ -2,7 +2,7 @@ import packageJSON from '../../package.json' with { type: "json" };
const version = packageJSON.version;
export default (req, res, next)=>{
console.log(req);
console.log(req.headers);
//check if req comes from localhost
const userVersion = req.get('Homebrewery-Version');