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

Commit

Permalink
fix: grunt test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisay committed Jan 3, 2019
1 parent a37629d commit 4c6ce62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions dist/ovh-api-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -10864,11 +10864,11 @@ angular.module("ovh-api-services").service("OvhApiNewAccountV6", ["$resource", f
"use strict";

return $resource("/newAccount", {}, {
rules: {
method: "POST",
url: "/newAccount/rules",
isArray: true
}
rules: {
method: "POST",
url: "/newAccount/rules",
isArray: true
}
});

}]);
Expand Down
10 changes: 5 additions & 5 deletions src/newAccount/newAccount.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ angular.module("ovh-api-services").service("OvhApiNewAccountV6", function ($reso
"use strict";

return $resource("/newAccount", {}, {
rules: {
method: "POST",
url: "/newAccount/rules",
isArray: true
}
rules: {
method: "POST",
url: "/newAccount/rules",
isArray: true
}
});

});

0 comments on commit 4c6ce62

Please sign in to comment.