Merge branch 'launch' of https://github.com/frikky/shuffle into launch

This commit is contained in:
frikky
2020-10-14 17:18:52 +02:00
15 changed files with 179 additions and 24 deletions
+1 -1
View File
@@ -426,7 +426,7 @@ func generateYaml(swagger *openapi3.Swagger, newmd5 string) (*openapi3.Swagger,
//uuid.NewV4().String()
api.IsValid = true
api.Link = swagger.Servers[0].URL // host doesnt exist lol
api.Link = swagger.Servers[0].URL // host does not exist lol
if strings.HasSuffix(api.Link, "/") {
api.Link = api.Link[:len(api.Link)-1]
}