summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-16 10:31:02 -0600
committerJeff Carr <[email protected]>2024-11-16 10:31:02 -0600
commit68933a8ec78d6b3476a9fe275b15cf45aedd4c0d (patch)
tree0498da0cf461f8bf3a8bd7ee8269c8d64eaf8ee8
parentfb9f369a93c56db6918a9e1509168a6b7eacc0b2 (diff)
try this for realv0.0.3
-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() {
}