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 getComfortExchange endpoint (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffy29 authored Feb 7, 2020
1 parent 140a8e5 commit 26fe663
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/api/xdsl/modem/xdsl-modem.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ angular.module('ovh-api-services').service('OvhApiXdslModemV6', ($resource, OvhA
url: '/xdsl/:xdslId/modem/comfortExchange',
interceptor,
},
getComfortExchange: {
method: 'GET',
url: '/xdsl/:xdslId/modem/comfortExchange',
},
});
});

0 comments on commit 26fe663

Please sign in to comment.