diff --git a/pkg/api/routes.go b/pkg/api/routes.go index ab20c3f..1f3728d 100644 --- a/pkg/api/routes.go +++ b/pkg/api/routes.go @@ -27,7 +27,7 @@ var routes = Routes{ }, Route{ []string{"GET"}, - "/healtz", + "/healthz", healthz, }, Route{