summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-04-27 21:07:56 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-04-27 21:07:56 +0200
commite59ebeb4faedbdcb17702a5d8840f2c1a7796008 (patch)
tree7cc757df308c570db4405f6f2f6c37853e4fd3af /src
parentrename some stuff (diff)
web uses server to access store now
Diffstat (limited to 'src')
-rw-r--r--src/hub/src/spreadspace.org/sfive/s5srvWeb.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/src/spreadspace.org/sfive/s5srvWeb.go b/src/hub/src/spreadspace.org/sfive/s5srvWeb.go
index acf61a4..1a16515 100644
--- a/src/hub/src/spreadspace.org/sfive/s5srvWeb.go
+++ b/src/hub/src/spreadspace.org/sfive/s5srvWeb.go
@@ -45,7 +45,7 @@ import (
func (srv Server) webHealthz(c web.C, w http.ResponseWriter, r *http.Request) {
// TODO: do a more sophisticated check
- fmt.Fprintf(w, "%s\n", srv.store.GetStoreId())
+ fmt.Fprintf(w, "%s\n", srv.GetHubId())
}
func (srv Server) webGetSourcesList(c web.C, w http.ResponseWriter, r *http.Request) {