UNPKG

esrol-router

Version:

You can create new routes, set allowed ways of reaching them, handle requests, get information regarding those routes, and set middleware.

8 lines (7 loc) 123 B
'use strict'; module.exports = { url: '/one-method', getSingleRecord: function(req, res) { return this.url; } };