0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00
This commit is contained in:
Víctor Losada Hernández
2024-12-08 20:45:43 +01:00
parent 7348ecbb3d
commit db9212bd12

View File

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