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

Commit

Permalink
feat(xdsl.modem): add comfortExchange action (#218)
Browse files Browse the repository at this point in the history
ref: UXCT-187
  • Loading branch information
Steffy29 authored and antleblanc committed Aug 19, 2019
1 parent 425e6c4 commit bc30fbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/api/xdsl/modem/xdsl-modem.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ angular.module('ovh-api-services').service('OvhApiXdslModemV6', ($resource, OvhA
method: 'POST',
url: '/xdsl/:xdslId/modem/reconfigureVoip',
interceptor,
},
comfortExchange: {
method: 'POST',
url: '/xdsl/:xdslId/modem/comfortExchange',
interceptor,
}
});
});

0 comments on commit bc30fbf

Please sign in to comment.