Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed Aug 22, 2024
1 parent c9ada6a commit 4776b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (i *ProxyInstance) BuildDevCycleOptions() *devcycle.Options {

func (i *ProxyInstance) BypassSDKConfig(version string) (config []byte, etag, lastModified string) {

request, err := http.NewRequest("GET", fmt.Sprintf("https://config-cdn.devcycle.com/config/%s/%s", version, i.SDKKey), nil)
request, err := http.NewRequest("GET", fmt.Sprintf("https://config-cdn.devcycle.com/config/%s/%s.json", version, i.SDKKey), nil)
if err != nil {
return i.bypassConfig, "", ""
}
Expand Down

0 comments on commit 4776b35

Please sign in to comment.