UNPKG

compound

Version:

CompoundJS - MVC framework for NodeJS

6 lines (5 loc) 188 B
exports.routes = (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'