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

Commit

Permalink
feat(dedicatedCloud): handle new servicePack API path (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericEspiau authored and antleblanc committed Jul 4, 2019
1 parent fe4b4a2 commit fa1491f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/dedicatedCloud/dedicatedCloud.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ angular.module("ovh-api-services").service("OvhApiDedicatedCloudV6", function ($
method: "GET",
cache: cache
},
servicePack: {
url: "/dedicatedCloud/:serviceName/servicePack",
method: "GET",
cache: cache
},
getGlobalTasks: {
url: "/dedicatedCloud/:serviceName/globalTasks",
method: "GET",
Expand Down

0 comments on commit fa1491f

Please sign in to comment.