UNPKG

json-routing-ks

Version:

Extended version of Giorgio Modoni JSON ROUTING

10 lines (6 loc) 160 B
exports.index = function(req,res) { res.send('index global page get'); }; exports.postfunction = function(req,res) { res.send('index page post'); };