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.reset): add reset endpoint call
Browse files Browse the repository at this point in the history
ref: XDSL-5195
  • Loading branch information
Steffy29 authored and antleblanc committed Nov 28, 2018
1 parent 62515b5 commit 496d158
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/xdsl/modem/reset/xdsl-modem-reset.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ angular.module("ovh-api-services").service("OvhApiXdslModemResetV6", function ($

return $resource("/xdsl/:xdslId/modem/reset", {
xdslId: "@xdslId"
}, {
reset: {
method: "POST"
}
});
});

0 comments on commit 496d158

Please sign in to comment.