Open
Description
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":{}}%
Activity