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.
@scottie1984 I didn't see a CONTRIBUTING.md and this is my first PR - please let me know if there's anything you'd like to see on the documentation or testing front!
Fixes #341
My team has been using swagger-ui-express with express 5 for multiple years with no issues.
After upgrading to npm 9, we started seeing peerDependency failures. This PR fixes them.