main: limit healthz to /healthz endpoint

Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
This commit is contained in:
Nicolas Froger 2022-08-15 23:56:54 +02:00
parent 7b340cc6f4
commit d252f53a6f
Signed by: nicolas
GPG Key ID: 461D87623FDF1E47
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ var routes = Routes{
Route{
"Healthz",
"GET",
"/",
"/healthz",
http.HandlerFunc(Healthz),
},
}