Skip to content

Commit

Permalink
feat(dedicated.nutanix): update the catalog endpoint
Browse files Browse the repository at this point in the history
ref: MANAGER-11425

Signed-off-by: sachinrameshn <[email protected]>
  • Loading branch information
sachinrameshn committed Jul 27, 2023
1 parent 479a926 commit 3919ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/manager/modules/nutanix/src/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export default class NutanixService {

getNutanixPlans(ovhSubsidiary) {
return this.$http
.get('/order/catalog/public/nutanixStaging', {
.get('/order/catalog/public/nutanix', {
params: {
ovhSubsidiary,
},
Expand Down

0 comments on commit 3919ead

Please sign in to comment.