This commit is contained in:
Your Name 2020-07-08 11:23:10 -04:00
parent 3c348171a2
commit dca4b24894
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ func main() {
if c.MySock == "" {
log.Fatal("sock argument required")
}
rpURL, err := url.Parse("http://127.0.0.1:8080")
rpURL, err := url.Parse(c.MyURL)
if err != nil {
log.Fatal(err)
}