scottie1984 / swagger-ui-express

Adds middleware to your express app to serve the Swagger UI bound to your Swagger document. This acts as living documentation for your API hosted from within your app.
MIT License
1.4k stars 225 forks source link

Update Swagger to 5.0.0 #350

Closed varanauskas closed 1 year ago

varanauskas commented 1 year ago

Very small change of the version number seems to work without issue

All the tests pass and the test app works when opening http://localhost:3001/api-docs

Fixes: #349