Skip to content

Commit

Permalink
Fixed proxy url
Browse files Browse the repository at this point in the history
  • Loading branch information
RijulTP committed May 8, 2024
1 parent 4a40c6d commit 19d3e4c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmdexec/cmdexec.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
func ExecCommand(cmdSlice []string, stdinBody string) (httpie.ExResponse, error) {
fmt.Println("Inside cmd exec code")
fmt.Println("Inside cmd exec code httpie Integer", httpie.Int(24601))
proxyURL := "http://proxyserver.hexmos.com:8080/"
proxyURL := "https://proxyserver.hexmos.com/"
proxyUserName := "proxyServer"
proxyUserPassword := "proxy22523146server"
allowRedirects := true
Expand Down
Binary file modified static/main.wasm
Binary file not shown.
Empty file modified wasmbuild.sh
100644 → 100755
Empty file.

0 comments on commit 19d3e4c

Please sign in to comment.