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

Commit

Permalink
feat(cdn dedicated): add update api route
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisay committed May 11, 2018
1 parent 1887652 commit ebaf782
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 deletions.
5 changes: 5 additions & 0 deletions dist/ovh-api-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ angular.module("ovh-api-services").service("OvhApiCdnDedicatedSslV6", ["$resourc

return $resource("/cdn/dedicated/:serviceName/ssl", {
serviceName: "@serviceName"
}, {
update: {
method: "POST",
url: "/cdn/dedicated/:serviceName/ssl/update"
}
});
}]);

Expand Down
Loading

0 comments on commit ebaf782

Please sign in to comment.