mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-03-03 18:40:21 +00:00
fix echo
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user