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

replace yamljs to yaml #326

Closed camipozas closed 1 year ago

camipozas commented 1 year ago

Documentation description

yamljs hasn't been maintained for 5 years, so it's better to use yaml that is more up-to-date and performs the same function. So, I updated that section.