Skip to content

Commit

Permalink
Use v2 for upgrade-risks-prediction
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarat committed Apr 13, 2023
1 parent e369f82 commit fbdfd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/SmartProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
}),
}),
});
Expand Down

0 comments on commit fbdfd72

Please sign in to comment.