From 8f931fb2a85fbc27fdac734f9181672ea0801f0a Mon Sep 17 00:00:00 2001 From: RajatA98 Date: Tue, 24 Feb 2026 21:33:01 -0600 Subject: [PATCH] reverting so no changes to repo --- railway.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railway.toml b/railway.toml index fe501cbee..c38e6296c 100644 --- a/railway.toml +++ b/railway.toml @@ -4,7 +4,7 @@ builder = "DOCKERFILE" dockerfilePath = "Dockerfile" [deploy] -healthcheckPath = "/api/v1/health/live" +healthcheckPath = "/api/v1/health" healthcheckTimeout = 300 restartPolicyType = "ON_FAILURE" restartPolicyMaxRetries = 10