UNPKG

compound

Version:

CompoundJS - MVC framework for NodeJS

7 lines (6 loc) 214 B
exports.routes = function (map) { // Generic routes. Add all your routes below this line // feel free to remove generic routes map.all(':controller/:action'); map.all(':controller/:action/:id'); };