UNPKG

agneta-platform

Version:

Agneta Platform - Integrate and customize business applications

13 lines (9 loc) 150 B
module.exports = function(app) { return function(req,res,next) { app.frameguard({ req: req, res: res }); next(); }; };