Skip to content

Commit

Permalink
feat(): 替换前端埋点接口
Browse files Browse the repository at this point in the history
  • Loading branch information
kehua committed Nov 27, 2023
1 parent 947453c commit 93d9d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/brick-container/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const mountPoints = {
portal: root.querySelector<HTMLElement>("#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,
});
Expand Down

0 comments on commit 93d9d38

Please sign in to comment.