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

Commit

Permalink
fix(ip.delegation): don't pass target as url param
Browse files Browse the repository at this point in the history
DTRUN-2871
  • Loading branch information
marie-j committed Aug 27, 2019
1 parent c5963c7 commit 9a3a59b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/api/ip/delegation/ip-delegation.v6.service.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
angular.module('ovh-api-services').service('OvhApiIpDelegationV6', $resource => $resource('/ip/:ip/delegation/:target', {
ip: '@ip',
target: '@target',
}, {
save: {
method: 'POST',
url: '/ip/:ip/delegation',
},
}));

0 comments on commit 9a3a59b

Please sign in to comment.