diff --git a/src/app.module.ts b/src/app.module.ts index 3752ee4..1215226 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -4,7 +4,6 @@ import { TypeOrmModule } from '@nestjs/typeorm'; import { createOracleConfig } from './core/configs/typeorm.oracle.config'; import { createPostgresConfig } from './core/configs/typeorm.postgres.config'; import { LogisticModule } from './logistic/logistic.module'; -import { OrdersPaymentModule } from './orders-payment/orders-payment.module'; import { AuthModule } from './auth/auth/auth.module'; import { DataConsultModule } from './data-consult/data-consult.module'; import { OrdersModule } from './orders/modules/orders.module'; @@ -48,7 +47,6 @@ import { PartnersModule } from './partners/partners.module'; }), }), LogisticModule, - OrdersPaymentModule, HttpModule, OrdersModule, clientes,