rossi-p

Results 2 issues of rossi-p

When using express-openapi to generate the Swagger file on windows, the openapi-framework package is generating the paths with backslashes, as shown in the image below. ![image](https://github.com/kogosoftwarellc/open-api/assets/55264336/0c775aa4-3d9e-4912-a4a1-40fe805ce4f2) Even though the PR...

This commit solves the problem with windows file system when generating the swagger file with openapi-framework. With this commit the swagger is now generating the docs with ('/') instead of...