Skip to content

Commit

Permalink
fix: fixs api address
Browse files Browse the repository at this point in the history
  • Loading branch information
hai-tian committed Sep 11, 2024
1 parent bf92e48 commit eefa698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/pages/insightDetail/namespace/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
})

Expand All @@ -138,7 +138,7 @@ const ClusterDetail = () => {

function getClusterDetail() {
clusterDetailRefetch({
url: '/rest-api/v1/cluster/detail',
url: '/rest-api/v1/insight/detail',
option: {
params: {
cluster,
Expand Down

0 comments on commit eefa698

Please sign in to comment.