Skip to content

Commit 5f2ebfa

Browse files
authored
Merge pull request #12 from chandrajeetn/MLE-13071
added working changes.
2 parents 99cd157 + 69ac7d7 commit 5f2ebfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/experiment/local/client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ func (c *Client) doFlags() (map[string]interface{}, error) {
253253
endpoint.Path = "sdk/v1/flags"
254254
ctx, cancel := context.WithTimeout(context.Background(), c.config.FlagConfigPollerRequestTimeout)
255255
defer cancel()
256-
req, err := http.NewRequest("GET", c.config.ServerUrl+path, nil)
256+
req, err := http.NewRequest("GET", endpoint.String(), nil)
257257
if err != nil {
258258
return nil, err
259259
}

0 commit comments

Comments
 (0)