Remove unused factory.

This commit is contained in:
Alexis Lahouze 2017-07-22 08:44:54 +02:00
parent adec1f102e
commit aa07ffb125
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
// vim: set tw=80 ts=2 sw=2 sts=2 :
export function AccountBalancesFactory($resource) {
return $resource(
'/api/account/:id/balances', {
id: '@id'
}
);
};