fix: regenerate using new openapi to fix health API client (#284)

This commit is contained in:
Daniel Moran
2021-09-24 14:27:19 -04:00
committed by GitHub
parent f17f21410c
commit d0640ad6c4
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ func NewConfiguration() *Configuration {
OperationServers: map[string]ServerConfigurations{ OperationServers: map[string]ServerConfigurations{
"HealthApiService.GetHealth": { "HealthApiService.GetHealth": {
{ {
URL: "/", URL: "",
Description: "No description provided", Description: "No description provided",
}, },
}, },