chore: atualiza app.module.ts
This commit is contained in:
@@ -4,7 +4,6 @@ import { TypeOrmModule } from '@nestjs/typeorm';
|
|||||||
import { createOracleConfig } from './core/configs/typeorm.oracle.config';
|
import { createOracleConfig } from './core/configs/typeorm.oracle.config';
|
||||||
import { createPostgresConfig } from './core/configs/typeorm.postgres.config';
|
import { createPostgresConfig } from './core/configs/typeorm.postgres.config';
|
||||||
import { LogisticModule } from './logistic/logistic.module';
|
import { LogisticModule } from './logistic/logistic.module';
|
||||||
import { OrdersPaymentModule } from './orders-payment/orders-payment.module';
|
|
||||||
import { AuthModule } from './auth/auth/auth.module';
|
import { AuthModule } from './auth/auth/auth.module';
|
||||||
import { DataConsultModule } from './data-consult/data-consult.module';
|
import { DataConsultModule } from './data-consult/data-consult.module';
|
||||||
import { OrdersModule } from './orders/modules/orders.module';
|
import { OrdersModule } from './orders/modules/orders.module';
|
||||||
@@ -48,7 +47,6 @@ import { PartnersModule } from './partners/partners.module';
|
|||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
LogisticModule,
|
LogisticModule,
|
||||||
OrdersPaymentModule,
|
|
||||||
HttpModule,
|
HttpModule,
|
||||||
OrdersModule,
|
OrdersModule,
|
||||||
clientes,
|
clientes,
|
||||||
|
|||||||
Reference in New Issue
Block a user