diff --git a/src/Services/SmartProxy.js b/src/Services/SmartProxy.js index b6c4bcaa..e41957b4 100644 --- a/src/Services/SmartProxy.js +++ b/src/Services/SmartProxy.js @@ -38,7 +38,7 @@ export const SmartProxyApi = createApi({ transformResponse: (response) => response?.cluster, }), getUpgradeRisks: builder.query({ - query: ({ id }) => `v1/cluster/${id}/upgrade-risks-prediction`, + query: ({ id }) => `v2/cluster/${id}/upgrade-risks-prediction`, }), }), });