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): remove extra param name
Browse files Browse the repository at this point in the history
  • Loading branch information
antleblanc committed Nov 15, 2019
1 parent f7d65f4 commit 9527afb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/api/cloud/project/kube/cloud-project-kube.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ angular.module('ovh-api-services').service('OvhApiCloudProjectKubeV6', ($cacheFa
update: {
method: 'PUT',
interceptor,
params: {
name: '@name',
},
},
delete: {
method: 'DELETE',
Expand Down

0 comments on commit 9527afb

Please sign in to comment.