diff --git a/http/swagger.yml b/http/swagger.yml index cb0134eb3c..380a1a66ca 100644 --- a/http/swagger.yml +++ b/http/swagger.yml @@ -1473,6 +1473,8 @@ paths: schema: $ref: "#/components/schemas/Error" /ready: + servers: + - url: / get: tags: - Ready @@ -1491,6 +1493,8 @@ paths: schema: $ref: "#/components/schemas/Error" /health: + servers: + - url: / get: tags: - Health