Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove path prefix #99

Open
georgeboot opened this issue Jul 21, 2023 · 0 comments
Open

Remove path prefix #99

georgeboot opened this issue Jul 21, 2023 · 0 comments

Comments

@georgeboot
Copy link

Our server is configured as follows: `https://domain.com/api/v1'
However, this package seems to simply take the uri's from the route and use them as paths.

That means that the openapi document now contains operations for api/v1/blog/{blog} whereas it should have been blog/{blog}.

It feels to me the package should instead generate full url's for routes, and remove the server url prefix from them.

@georgeboot georgeboot changed the title Remore path prefix Remove path prefix Dec 19, 2023
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

No branches or pull requests

1 participant