fix: 更正 CloudCost API 默认地址为后端 Container App
Trigger auto deployment for soc-langgraph / build-and-deploy (push) Failing after 15s
Deploy LangGraph UI to Azure Static Web Apps / build-and-deploy (push) Failing after 51s

前端 Static Web App 地址无 API,改为正确的后端地址。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
gongzhiyong
2026-04-15 01:42:40 +08:00
co-authored by Claude Opus 4.6
parent 36f85eb224
commit 60d131c5d0
+1 -1
View File
@@ -127,6 +127,6 @@ export const config = {
fallbackEndpoint: process.env.DOC_CREATOR_FALLBACK_ENDPOINT ?? "",
},
cloudcost: {
apiBase: process.env.CLOUDCOST_API_BASE ?? "https://orange-wave-09002e800.7.azurestaticapps.net",
apiBase: process.env.CLOUDCOST_API_BASE ?? "https://cloudcost-brank.yellowground-bf760827.southeastasia.azurecontainerapps.io",
},
} as const;