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.

5 lines (4 loc) 112 B
module.exports = function (app) { app.get("/three", function () {}); app.post("/three", function () {}); };