From 4f252e64c7d2f222e10cd351fc7abeaa07eac6e3 Mon Sep 17 00:00:00 2001 From: xiaohei Date: Mon, 29 Dec 2025 18:19:10 +0000 Subject: [PATCH] =?UTF-8?q?API=E5=9C=B0=E5=9D=80=E8=B0=83=E6=95=B4?= =?UTF-8?q?=EF=BC=8C=E8=A7=A6=E5=8F=91CI/CD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/api-client.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/api-client.ts b/lib/api-client.ts index bd517269..a0158f21 100644 --- a/lib/api-client.ts +++ b/lib/api-client.ts @@ -3,15 +3,9 @@ import { getAuthToken, clearAllTokens } from "@/lib/auth" export const API_BASE_URLS = { -<<<<<<< HEAD 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/", -======= - 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", ->>>>>>> 9ead4666138c0ea82dc4ea0201d5ecbdce29ad1b } // Helper function to get API key