completionId: cgen-d59935603a9d4be98fcc9ff36e8b91f7
cgen-d59935603a9d4be98fcc9ff36e8b91f7
This commit is contained in:
parent
d7365fa209
commit
17aa19fa2a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ export interface BotHealthStatus {
|
|||
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> {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue