UNPKG

json-routing

Version:

JSON configurable MVC routing for express 4

4 lines 78 B
exports.customMdlw = (req, res, next) => { res.mdlw = true; next(); };