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

openapi default Servers option should be []string{} #25

Open
snimshchikov opened this issue May 6, 2023 · 0 comments
Open

openapi default Servers option should be []string{} #25

snimshchikov opened this issue May 6, 2023 · 0 comments

Comments

@snimshchikov
Copy link

If default option is an empty list, docs automatically use relative paths, which should be the default behavior
That way I don't need to activate cors and api url is always correct

Please replace Servers: []string{"http://localhost:8080"}, with Servers: []string{},

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