mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-06 09:51:21 +00:00
fix(): typo on HC route
This commit is contained in:
parent
e5587f14fd
commit
4c7b73b987
|
@ -27,7 +27,7 @@ var routes = Routes{
|
|||
},
|
||||
Route{
|
||||
[]string{"GET"},
|
||||
"/healtz",
|
||||
"/healthz",
|
||||
healthz,
|
||||
},
|
||||
Route{
|
||||
|
|
Loading…
Reference in New Issue
Block a user