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

Commit

Permalink
fix(me.debtaccount): replace url template param
Browse files Browse the repository at this point in the history
  • Loading branch information
antleblanc committed Aug 7, 2018
1 parent e2c2773 commit 4b92c0f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/ovh-api-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -8613,7 +8613,7 @@ angular.module("ovh-api-services").service("OvhApiMeDebtAccountDebtV6", ["$resou
cache: cache
},
pay: {
url: "/me/debtAccount/debt/{debtId}/pay",
url: "/me/debtAccount/debt/:debtId/pay",
method: "POST",
interceptor: interceptor
},
Expand Down
4 changes: 2 additions & 2 deletions dist/ovh-api-services.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/me/debtAccount/debt/me-debtAccount-debt-v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ angular.module("ovh-api-services").service("OvhApiMeDebtAccountDebtV6", function
cache: cache
},
pay: {
url: "/me/debtAccount/debt/{debtId}/pay",
url: "/me/debtAccount/debt/:debtId/pay",
method: "POST",
interceptor: interceptor
},
Expand Down

0 comments on commit 4b92c0f

Please sign in to comment.