fix(): typo on HC route

This commit is contained in:
Nicolas Carlier 2019-12-20 10:06:09 +00:00
parent e5587f14fd
commit 4c7b73b987

View File

@ -27,7 +27,7 @@ var routes = Routes{
},
Route{
[]string{"GET"},
"/healtz",
"/healthz",
healthz,
},
Route{