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

Commit

Permalink
feat(xdsl.spare): add compatibleReplacement action
Browse files Browse the repository at this point in the history
Co-authored-by: Stephanie Moallic <[email protected]>
  • Loading branch information
antleblanc and Stephanie Moallic committed Aug 16, 2019
1 parent 67e546c commit 85b8b6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/api/xdsl/spare/xdsl-spare.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ angular.module('ovh-api-services').service('OvhApiXdslSpareV6', ($resource, $cac
method: 'POST',
url: '/order/xdsl/spare/new',
},
queryCompatibleReplacement: {
method: 'GET',
url: '/xdsl/spare/:spare/compatibleReplacement',
isArray: true,
},
});

spareResource.resetAllCache = function () {
Expand Down

0 comments on commit 85b8b6a

Please sign in to comment.