summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--send.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/send.go b/send.go
index b71adf8..315f59a 100644
--- a/send.go
+++ b/send.go
@@ -8,7 +8,7 @@ import (
"go.wit.com/log"
)
-var urlbase string = "http://localhost:8080"
+var urlbase string = "http://zookeeper.wit.com:8080"
func send() {
}