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

base url in configuration and openapi discovery. #148

Closed
r4um opened this issue Dec 5, 2022 · 1 comment
Closed

base url in configuration and openapi discovery. #148

r4um opened this issue Dec 5, 2022 · 1 comment

Comments

@r4um
Copy link
Contributor

r4um commented Dec 5, 2022

Even if a path is specified in the base URL, e.g.

"base": "http://myexample.com/api/v1/"

The API discovery never uses the path added in the URL , the /api/v1/. We have the openapi.json endpoint at /api/v1/openapi.json.

Should it be honoring the extra path in the base URL while doing discovery? If yes, happy to raise a PR.

@danielgtaylor
Copy link
Owner

I believe this was fixed with #146

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

2 participants