Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Latest commit

 

History

History

express-nemo-route-not-found

express-nemo-route-not-found

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

Options

Name Required Default value Description
notFoundResponseTemplate func A function receiving the request and response object, returning a client response.