We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
An instance of an Express.js Router. Used to handle routing for a resource.
Express.js
model: A mongoose.model indicating the resource for CRUD operations to be performed.
model
mongoose.model
modelName: A string representing the extended URL at which the resource can be accessed.
modelName
controller: An instance of a custom Controller. Uses the default controller if not specified.
controller
Controller
create: Used to return the Express router from the Router instance.
create
Router
There was an error while loading. Please reload this page.