1.3.0 • Published 3 years ago

express-nemo-route-not-found v1.3.0

Weekly downloads
30
License
MIT
Repository
github
Last release
3 years ago

express-nemo-route-not-found

A route middleware that handle unhandled routes and returns 404 when server has no handler for that request.

Options

NameRequiredDefault valueDescription
notFoundResponseTemplatefuncA function receiving the request and response object, returning a client response.