Skip to content

Commit ea3a93c

Browse files
committed
f
1 parent b967393 commit ea3a93c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/router/router.go

-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ func (dr *DumbRouter) ServeHTTP(w http.ResponseWriter, r *http.Request) {
4646
dr.HealthCheckHandler(w, r)
4747
return
4848
}
49-
if r.URL.Path == "/_health/" {
50-
dr.HealthCheckHandler(w, r)
51-
return
52-
}
5349

5450
components := strings.Split(r.URL.Path, "/")
5551
if len(components) == 3 {

0 commit comments

Comments
 (0)