We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99cd157 + 69ac7d7 commit 5f2ebfaCopy full SHA for 5f2ebfa
pkg/experiment/local/client.go
@@ -253,7 +253,7 @@ func (c *Client) doFlags() (map[string]interface{}, error) {
253
endpoint.Path = "sdk/v1/flags"
254
ctx, cancel := context.WithTimeout(context.Background(), c.config.FlagConfigPollerRequestTimeout)
255
defer cancel()
256
- req, err := http.NewRequest("GET", c.config.ServerUrl+path, nil)
+ req, err := http.NewRequest("GET", endpoint.String(), nil)
257
if err != nil {
258
return nil, err
259
}
0 commit comments