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

Commit

Permalink
feat(cloud): update backup workflow route
Browse files Browse the repository at this point in the history
  • Loading branch information
marie-j committed Sep 12, 2018
1 parent 0f3fcf1 commit 0c78f6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/ovh-api-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -1758,7 +1758,7 @@ angular.module("ovh-api-services").service("OvhApiCloudProjectRegionWorkflowBack
}
};

var backup = $resource("/cloud/project/:serviceName/region/:regionName/workflow/backup/:backupName", {
var backup = $resource("/cloud/project/:serviceName/region/:regionName/workflow/backup/:backupId", {
serviceName: "@serviceName",
regionName: "@regionName"
}, {
Expand Down
Loading

0 comments on commit 0c78f6b

Please sign in to comment.