mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
refactor: inventory to nestjs
This commit is contained in:
@@ -16,9 +16,10 @@ import { ExpenseGLEntriesService } from './subscribers/ExpenseGLEntries.service'
|
||||
import { LedgerModule } from '../Ledger/Ledger.module';
|
||||
import { BranchesModule } from '../Branches/Branches.module';
|
||||
import { GetExpensesService } from './queries/GetExpenses.service';
|
||||
import { DynamicListModule } from '../DynamicListing/DynamicList.module';
|
||||
|
||||
@Module({
|
||||
imports: [LedgerModule, BranchesModule],
|
||||
imports: [LedgerModule, BranchesModule, DynamicListModule],
|
||||
controllers: [ExpensesController],
|
||||
exports: [
|
||||
CreateExpense,
|
||||
|
||||
Reference in New Issue
Block a user