mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 14:18:08 +00:00
multiple changes
WW-26 - render and update methods are now arrow functions WW-18 - created history page for listing transactions WW-12 - list wallets on menu
This commit is contained in:
9
src/services/TransactionsService.ts
Normal file
9
src/services/TransactionsService.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { AppService, BaseService } from "core/services";
|
||||
|
||||
class TransactionsService extends BaseService {
|
||||
constructor(appService: AppService) {
|
||||
super("/transaction", appService);
|
||||
}
|
||||
}
|
||||
|
||||
export default TransactionsService;
|
||||
Reference in New Issue
Block a user