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

revert check client version changes

This commit is contained in:
Víctor Losada Hernández
2024-12-08 23:43:06 +01:00
parent 1b20c00842
commit ef0ee78758

View File

@@ -1,10 +1,9 @@
import packageJSON from '../../package.json' with { type: "json" };
const version = packageJSON.version;
//This should be only for internal calls, but right now prevents spam api calls, this should be done with a proper cors policy
export default (req, res, next)=>{
console.log(req.headers);
//check if req comes from localhost
const userVersion = req.get('Homebrewery-Version');
if(userVersion != version) {