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.

7 lines (6 loc) 139 B
'use strict'; module.exports = { getSingleRecord: function(req, res) { throw new Error('This method should not be reached!'); } };