Skip to content

Commit c7142ac

Browse files
authored
Merge branch 'main' into MLE-13071
2 parents f385f8c + aa5e889 commit c7142ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/experiment/local/client.go

Lines changed: 1 addition & 1 deletion
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", endpoint.String(), nil)
256+
req, err := http.NewRequest("GET", c.config.ServerUrl+path, nil)
257257
if err != nil {
258258
return nil, err
259259
}

0 commit comments

Comments
 (0)