UNPKG

swagger-routes-express

Version:

Connect Express route controllers to restful paths using a Swagger 2 or OpenAPI 3 definition file

4 lines (2 loc) 80 B
const notFound = (req, res) => res.status(404).end() module.exports = notFound