From 93d9d381827a8b6cea26cfe2e56a63fa5f2a1745 Mon Sep 17 00:00:00 2001 From: kehua Date: Mon, 27 Nov 2023 16:29:05 +0800 Subject: [PATCH] =?UTF-8?q?feat():=20=E6=9B=BF=E6=8D=A2=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E5=9F=8B=E7=82=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/brick-container/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/brick-container/src/index.tsx b/packages/brick-container/src/index.tsx index aad678431a..0b15a85c78 100644 --- a/packages/brick-container/src/index.tsx +++ b/packages/brick-container/src/index.tsx @@ -63,7 +63,7 @@ const mountPoints = { portal: root.querySelector("#portal-mount-point"), }; -const api = `${runtime.getBasePath()}api/gateway/data_exchange.store.ClickHouseInsertData/api/v1/data_exchange/frontend_stat`; +const api = `${runtime.getBasePath()}api/gateway/logic.next_console_service.console/api/v1/next_console/frontend_stat`; const analyzer = apiAnalyzer.create({ api, });