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 4776f9a + 4f069ab commit e6b14c7Copy full SHA for e6b14c7
pkg/experiment/local/client.go
@@ -149,7 +149,7 @@ func (c *Client) FlagsV2() (string, error) {
149
150
func (c *Client) doFlagsV2() (map[string]*evaluation.Flag, error) {
151
client := &http.Client{}
152
- endpoint, err := url.Parse("https://api.lab.amplitude.com/")
+ endpoint, err := url.Parse(c.config.ServerUrl)
153
if err != nil {
154
return nil, err
155
}
0 commit comments