Skip to content

Commit 9389a01

Browse files
committed
updated url
1 parent 0ffdb3b commit 9389a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/build.wasm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func BuildHTTPRequest(in *input.Input, options *Options) (*http.Request, error)
1515
if err != nil {
1616
return nil, err
1717
}
18-
proxyURL := "https://proxyserver.hexmos.com/"
18+
proxyURL := "https://proxyserver.hexmos.com/proxy/"
1919
uString := fmt.Sprintf("%s%s", proxyURL, originalURL.String())
2020

2121
modifiedURL, err := url.Parse(uString)

0 commit comments

Comments
 (0)