inmemory to postgres
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
|
||||
import { PaymentsPersistenceModule } from '../../persistence/payments/PaymentsPersistenceModule';
|
||||
|
||||
import { PaymentsService } from './PaymentsService';
|
||||
import { PaymentsController } from './PaymentsController';
|
||||
import { PaymentsProviders } from './PaymentsProviders';
|
||||
|
||||
@Module({
|
||||
imports: [PaymentsPersistenceModule],
|
||||
controllers: [PaymentsController],
|
||||
providers: [PaymentsService, ...PaymentsProviders],
|
||||
exports: [PaymentsService],
|
||||
|
||||
Reference in New Issue
Block a user