Remove unused factory.
This commit is contained in:
parent
adec1f102e
commit
aa07ffb125
@ -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'
|
||||
}
|
||||
);
|
||||
};
|
Loading…
Reference in New Issue
Block a user