UNPKG

json-routing-ks

Version:

Extended version of Giorgio Modoni JSON ROUTING

17 lines (9 loc) 221 B
exports.index = function(req,res) { res.send('ok custom'); }; exports.customaction = function(req,res) { res.send('ok customaction'); }; exports.test = function(req,res) { res.send('ok customTEST'); };