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

Commit

Permalink
feat(cloud): add pci deals route
Browse files Browse the repository at this point in the history
Signed-off-by: Marie JONES <[email protected]>
  • Loading branch information
marie-j committed Feb 17, 2020
1 parent 4455fa7 commit d155769
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/api/cloud/cloud.aapi.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ angular.module('ovh-api-services').service('OvhApiCloudAapi', ($resource, $cache
serviceType: 'aapi',
cache: queryCache,
},
getDeals: {
method: 'GET',
url: '/cloud/deals',
serviceType: 'aapi',
},
});

instancesResource.resetQueryCache = function () {
Expand Down

0 comments on commit d155769

Please sign in to comment.