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

Commit

Permalink
fix(xdsl.spare): fix forgotten character (#231)
Browse files Browse the repository at this point in the history
add missing root slash to the url
  • Loading branch information
Steffy29 authored and antleblanc committed Sep 18, 2019
1 parent 6f47d5e commit d5793e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/xdsl/spare/xdsl-spare.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ angular.module('ovh-api-services').service('OvhApiXdslSpareV6', ($resource, $cac
},
returnMerchandise: {
method: 'POST',
url: 'xdsl/spare/:spare/returnMerchandise',
url: '/xdsl/spare/:spare/returnMerchandise',
interceptor,
},
deleteSpare: {
Expand Down

0 comments on commit d5793e9

Please sign in to comment.