We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2027a83 commit b05ebfaCopy full SHA for b05ebfa
1 file changed
main.go
@@ -157,7 +157,7 @@ func main() {
157
}
158
159
r := mux.NewRouter()
160
- r.HandleFunc("/_health}", wrapper(HealthCheckHandler)).Methods("GET", "HEAD")
+ r.HandleFunc("/_health", wrapper(HealthCheckHandler)).Methods("GET", "HEAD")
161
r.HandleFunc("/{bucket:[0-9a-zA-Z-_.]+}/{object:.*}", wrapper(proxy)).Methods("GET", "HEAD")
162
163
log.Printf("[service] listening on %s", *bind)
0 commit comments