This commit is contained in:
2026-07-02 16:35:59 +03:30
parent 4636450628
commit 56bea20add
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { MikroOrmModule } from '@mikro-orm/nestjs';
import { OrderService } from './providers/order.service';
import { OrderController } from './controllers/order.controller';
import { Order } from './entities/order.entity';
import { OrderPrint } from './entities/print.entity';
import { OrderPrint } from './entities/order-print.entity';
import { AuthModule } from '../auth/auth.module';
import { PaymentModule } from '../payment/payments.module';
import { JwtModule } from '@nestjs/jwt';