From bdad53091461578d7185d97a3da61cb225fdff6e Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 03:02:41 +0000 Subject: [PATCH] completionId: cgen-e1677e5c3491413fa7a50015c1a37b33 cgen-e1677e5c3491413fa7a50015c1a37b33 --- server/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/index.ts b/server/index.ts index ca360e10..92b8b066 100644 --- a/server/index.ts +++ b/server/index.ts @@ -1693,7 +1693,7 @@ export function createServer() { // Try multiple bot health URLs in order of preference const botHealthUrls = [ process.env.DISCORD_BOT_HEALTH_URL, - "https://aethex.railway.internal:8044/health", + "http://aethex.railway.internal:8044/health", // Use HTTP for internal Railway network "http://localhost:3000/health", ].filter(Boolean) as string[];