Skip to content

Commit 4f069ab

Browse files
committed
added server url
1 parent 8b409e3 commit 4f069ab

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
@@ -149,7 +149,7 @@ func (c *Client) FlagsV2() (string, error) {
149149

150150
func (c *Client) doFlagsV2() (map[string]*evaluation.Flag, error) {
151151
client := &http.Client{}
152-
endpoint, err := url.Parse("https://api.lab.amplitude.com/")
152+
endpoint, err := url.Parse(c.config.ServerUrl)
153153
if err != nil {
154154
return nil, err
155155
}

0 commit comments

Comments
 (0)