UNPKG

json-routing-ks

Version:

Extended version of Giorgio Modoni JSON ROUTING

14 lines (7 loc) 196 B
exports.index = function(req,res,next) { console.log('************policy in custom directory'); next(); }; exports.customaction = function(req,res) { res.send('ok customaction'); };