Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
fix(cloud.project.kube): enable request payload (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshkumar1989 authored and antleblanc committed Jul 23, 2019
1 parent 9932f51 commit ae03c50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cloud/project/kube/cloud-project-kube.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ angular.module("ovh-api-services").service("OvhApiCloudProjectKubeV6", function
updateVersion: {
url: "/cloud/project/:serviceName/kube/:kubeId/update",
method: "POST",
interceptor: interceptor,
hasBody: false
interceptor: interceptor
},
updatePolicy: {
url: "/cloud/project/:serviceName/kube/:kubeId/updatePolicy",
Expand Down

0 comments on commit ae03c50

Please sign in to comment.