From 9cccbd3b9bd51df4e7ebd2f1163ad367e8cc2410 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Fri, 6 Feb 2026 20:51:47 +0000 Subject: [PATCH] fix(deploy): change healthcheck path --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index f84f043..fee7809 100644 --- a/fly.toml +++ b/fly.toml @@ -25,7 +25,7 @@ interval = '30s' timeout = '5s' grace_period = '10s' method = 'GET' -path = '/health' +path = '/' [mounts] source = 'brewlog_data'