UNPKG

node-resources

Version:

A helper to register routes from modules on restify and ExpressJS. Improves separation of concerns and propose a different code organization on your application.

6 lines (4 loc) 109 B
module.exports = function (app) { app.get("/two", function () {}); app.post("/two", function () {}); };