From 759812fd8226df10a475f7888265e488f63374d0 Mon Sep 17 00:00:00 2001 From: xiaohei Date: Mon, 29 Dec 2025 18:10:17 +0000 Subject: [PATCH] updata api url --- lib/api-client.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/api-client.ts b/lib/api-client.ts index 78f659de..a0158f21 100644 --- a/lib/api-client.ts +++ b/lib/api-client.ts @@ -3,9 +3,9 @@ import { getAuthToken, clearAllTokens } from "@/lib/auth" export const API_BASE_URLS = { - dataIngestion: process.env.NEXT_PUBLIC_DATA_INGESTION_URL || "http://135.171.216.9/api/data-ingestion", - mcpServer: process.env.NEXT_PUBLIC_MCP_SERVER_URL || "http://135.171.216.9/api/mcp", - gateway: process.env.NEXT_PUBLIC_API_GATEWAY_URL || "http://135.171.216.9/api", + dataIngestion: process.env.NEXT_PUBLIC_DATA_INGESTION_URL || "http://apimtaiji.azure-api.net/api/data-ingestion", + mcpServer: process.env.NEXT_PUBLIC_MCP_SERVER_URL || "http://apimtaiji.azure-api.net/api/mcp", + gateway: process.env.NEXT_PUBLIC_API_GATEWAY_URL || "http://apimtaiji.azure-api.net/api/", } // Helper function to get API key