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

Commit

Permalink
feat(me): add certificates route
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisay committed Jun 26, 2019
1 parent f169080 commit 98c4dfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/me/me.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ angular.module("ovh-api-services").service("OvhApiMeV6", function ($resource, $c
method: "GET",
url: "/me/supportLevel",
isArray: false
},
certificates: {
method: "GET",
url: "/me/certificates",
isArray: false
}
});

Expand Down

0 comments on commit 98c4dfd

Please sign in to comment.