UNPKG

swagger-routes-express

Version:

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

6 lines (4 loc) 130 B
const ERRORS = { INVALID_VERSION: 'Please supply a Swagger version 2, or OpenAPI Version 3 document' } module.exports = ERRORS