mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
refactor: banking modules to nestjs
This commit is contained in:
@@ -19,6 +19,9 @@ import { BranchesModule } from '../Branches/Branches.module';
|
||||
@Module({
|
||||
imports: [LedgerModule, BranchesModule],
|
||||
controllers: [ExpensesController],
|
||||
exports: [
|
||||
CreateExpense,
|
||||
],
|
||||
providers: [
|
||||
CreateExpense,
|
||||
ExpenseDTOTransformer,
|
||||
|
||||
Reference in New Issue
Block a user