If default option is an empty list, docs automatically use relative paths, which should be the default behavior
That way I don't need to activate cors and api url is always correct
Please replace Servers: []string{"http://localhost:8080"}, with Servers: []string{},
If default option is an empty list, docs automatically use relative paths, which should be the default behavior
That way I don't need to activate cors and api url is always correct
Please replace
Servers: []string{"http://localhost:8080"},withServers: []string{},