gnext icon indicating copy to clipboard operation
gnext copied to clipboard

openapi default Servers option should be []string{}

Open snimshchikov opened this issue 1 year ago • 0 comments

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{},

snimshchikov avatar May 06 '23 23:05 snimshchikov