chore: atualiza app.module.ts

This commit is contained in:
JuruSysadmin
2025-11-21 16:52:20 -03:00
parent 32da5b1466
commit d5286fe91a

View File

@@ -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,