Skip to content

openapi-framework: fix backslahses problems when on windows - #873

Open
rossi-p wants to merge 1 commit into
kogosoftwarellc:mainfrom
rossi-p:bugfix/openapi-framework-windowsPaths
Open

openapi-framework: fix backslahses problems when on windows#873
rossi-p wants to merge 1 commit into
kogosoftwarellc:mainfrom
rossi-p:bugfix/openapi-framework-windowsPaths

Conversation

@rossi-p

@rossi-p rossi-p commented May 24, 2023

Copy link
Copy Markdown

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 the ('').

 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 the ('\').
@jsdevel

jsdevel commented May 25, 2023

Copy link
Copy Markdown
Contributor

@rossi-p how is this different from #869 ?

@rossi-p

rossi-p commented May 25, 2023

Copy link
Copy Markdown
Author

@jsdevel The PR 869 solves the problem when creating the server with Express, but it still generates a Swagger file with paths using backslashes ( \ ).

@renkei

renkei commented Jun 3, 2023

Copy link
Copy Markdown

PR 877 is an alternative PR that modifies the package fs-routes instead of openapi-framework. It also solves the swagger issue mentioned by rossi-p.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants