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

Commit

Permalink
feat(pack.xdsl.move): add endpoint for service to delete (#313)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephanie Moallic <[email protected]>
  • Loading branch information
Steffy29 authored Oct 15, 2020
1 parent e23dd9b commit 3a0de00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/api/pack/xdsl/move/pack-xdsl-move.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ angular.module('ovh-api-services').service('OvhApiPackXdslMoveV6', ($resource, P
url: '/pack/xdsl/:packName/addressMove/moveOffer',
isArray: false,
},
servicesToDelete: {
method: 'POST',
isArray: true,
url: '/pack/xdsl/:packName/addressMove/servicesToDelete',
},
});

move.pollElligibility = function ($scope, opts) {
Expand Down

0 comments on commit 3a0de00

Please sign in to comment.