mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 16:22:44 +00:00
log headers
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user