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,