API地址调整,触发CI/CD
Azure Static Web Apps CI/CD / build_and_deploy (push) Has been cancelled

This commit is contained in:
xiaohei
2025-12-29 18:19:10 +00:00
parent a674e3566f
commit 4f252e64c7
-6
View File
@@ -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