[skip ci] Fix healthz router path (#8446)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/8453/head
dragondriver 2021-09-24 11:29:54 +08:00 committed by GitHub
parent 8b1e126dd5
commit 208f32547f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@
package healthz
const HealthzRouterPath = "healthz"
const HealthzRouterPath = "/healthz"