diff options
Diffstat (limited to 'fly.toml')
-rw-r--r-- | fly.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fly.toml b/fly.toml index ac2573f..aa31e61 100644 --- a/fly.toml +++ b/fly.toml @@ -26,4 +26,4 @@ primary_region = "ams" interval = "30s" method = "GET" timeout = "5s" - path = "/" + path = "/health.txt" |