We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2027a83 + b05ebfa commit 82d6421Copy full SHA for 82d6421
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