We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffdb3b commit 9389a01Copy full SHA for 9389a01
exchange/build.wasm.go
@@ -15,7 +15,7 @@ func BuildHTTPRequest(in *input.Input, options *Options) (*http.Request, error)
15
if err != nil {
16
return nil, err
17
}
18
- proxyURL := "https://proxyserver.hexmos.com/"
+ proxyURL := "https://proxyserver.hexmos.com/proxy/"
19
uString := fmt.Sprintf("%s%s", proxyURL, originalURL.String())
20
21
modifiedURL, err := url.Parse(uString)
0 commit comments