We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
curl to gateway-service (e.g. curl localhost:31441/v3/api-docs) returns empty paths:
$sample-spring-microservices-kubernetes % curl localhost:31441/v3/api-docs {"openapi":"3.0.1","info":{"title":"OpenAPI definition","version":"v0"},"servers":[{"url":"http://localhost:31441","description":"Generated server url"}],"paths":{},"components":{}}%
The text was updated successfully, but these errors were encountered:
#43 Fixing OpenAPI
71115fe
Could you retry with the latest version?
Sorry, something went wrong.
Same result. Seems swagger was not initialized because /swagger-ui/index.html returns 404.
Swagger page is not loading the services and giving errors "Fetch error Service Unavailable /v3/api-docs/department"
opensearch
piomin
No branches or pull requests
curl to gateway-service (e.g. curl localhost:31441/v3/api-docs) returns empty paths:
The text was updated successfully, but these errors were encountered: