X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9997ada67ce36d2fbe831bce473aa61250727aff..ba15fa5da21f4bafd3f90a8d259ea2aae764c77e:/services/ws/router.go diff --git a/services/ws/router.go b/services/ws/router.go index 2b9bd66b1c..987c225eac 100644 --- a/services/ws/router.go +++ b/services/ws/router.go @@ -123,6 +123,7 @@ func (rtr *router) DebugStatus() interface{} { func (rtr *router) Status() interface{} { return map[string]interface{}{ "Clients": atomic.LoadInt64(&rtr.status.ReqsActive), + "Version": version, } }