From eefa69814ef23e9dcd2036c53e231e9d6cc29ef8 Mon Sep 17 00:00:00 2001 From: tianahi Date: Wed, 11 Sep 2024 12:01:07 +0800 Subject: [PATCH] fix: fixs api address --- ui/src/pages/insightDetail/namespace/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/pages/insightDetail/namespace/index.tsx b/ui/src/pages/insightDetail/namespace/index.tsx index 16d84fa2..f10ddd89 100644 --- a/ui/src/pages/insightDetail/namespace/index.tsx +++ b/ui/src/pages/insightDetail/namespace/index.tsx @@ -126,7 +126,7 @@ const ClusterDetail = () => { const { response: clusterDetailResponse, refetch: clusterDetailRefetch } = useAxios({ - url: '/rest-api/v1/cluster/detail', + url: '/rest-api/v1/insight/detail', method: 'GET', }) @@ -138,7 +138,7 @@ const ClusterDetail = () => { function getClusterDetail() { clusterDetailRefetch({ - url: '/rest-api/v1/cluster/detail', + url: '/rest-api/v1/insight/detail', option: { params: { cluster,