Remove unused factory.

This commit is contained in:
Alexis Lahouze 2017-07-30 15:40:20 +02:00
parent dcd79d085a
commit 10d8959178
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
module.exports = function($resource) {
return $resource(
'/api/operation/:id', {
id: '@id'
}
);
};