From 4f6be18814d0be42787b8d0aa6b03f5faa7f104b Mon Sep 17 00:00:00 2001 From: Qin Guan Date: Wed, 19 Jul 2023 17:19:49 +0800 Subject: [PATCH] chore: helps --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index b2320b2..e9e74c5 100644 --- a/fly.toml +++ b/fly.toml @@ -42,7 +42,7 @@ processes = [] interval = "10s" grace_period = "5s" method = "get" - path = "/healthz" + path = "/api/healthz" protocol = "http" timeout = "2s" tls_skip_verify = false