diff --git a/internal/httpapi/server.go b/internal/httpapi/server.go index acbad20..b5dd641 100644 --- a/internal/httpapi/server.go +++ b/internal/httpapi/server.go @@ -391,6 +391,7 @@ func (s *Server) handleUI(w http.ResponseWriter, r *http.Request) { ` + s.Version + ` + ` _, _ = w.Write([]byte(page)) }