completionId: cgen-d59935603a9d4be98fcc9ff36e8b91f7

cgen-d59935603a9d4be98fcc9ff36e8b91f7
This commit is contained in:
Builder.io 2025-11-09 00:52:51 +00:00
parent d7365fa209
commit 17aa19fa2a

View file

@ -7,7 +7,7 @@ export interface BotHealthStatus {
error?: string; error?: string;
} }
const BOT_HEALTH_URL = "http://144.217.139.239:25611/health"; const BOT_HEALTH_URL = "http://144.217.139.239:3001/health";
export async function checkBotHealth(): Promise<BotHealthStatus> { export async function checkBotHealth(): Promise<BotHealthStatus> {
try { try {