This commit is contained in:
Stefan Prodan
2018-01-08 18:12:34 +02:00
parent 1dde723cf9
commit 663ca7dc4a

View File

@@ -71,7 +71,6 @@ func (s *Server) echo(w http.ResponseWriter, r *http.Request) {
default:
w.WriteHeader(http.StatusNotAcceptable)
}
glog.Fatal("Kill switch triggered")
}
func (s *Server) healthz(w http.ResponseWriter, r *http.Request) {