Rename entry in operation.

This commit is contained in:
Alexis Lahouze
2015-08-21 01:02:14 +02:00
parent c986cf5186
commit 976a51ef52
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ accountantApp
.factory("Operation", [ "$resource", function($resource) {
return $resource(
"/api/entries/:id", {
"/api/operations/:id", {
id: "@id"
}
);