Skip to content

Commit

Permalink
path fix v2
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed Aug 22, 2024
1 parent 4776b35 commit c955562
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.json", version, i.SDKKey), nil)
request, err := http.NewRequest("GET", fmt.Sprintf("https://config-cdn.devcycle.com/config/%s/server/%s.json", version, i.SDKKey), nil)
if err != nil {
return i.bypassConfig, "", ""
}
Expand Down

0 comments on commit c955562

Please sign in to comment.