Indicates whether CRUD operations are enabled.
Optional
delete
Middleware functions for the DELETE method.
Optional
get
Middleware functions for the GET method.
Optional
middlewares
Array of middleware functions to apply globally.
Optional
post
Middleware functions for the POST method.
Optional
put
Middleware functions for the PUT method.
Generated using TypeDoc
Configuration options for CRUD operations in Febby.
Example