print module
This commit is contained in:
@@ -16,6 +16,7 @@ import { OrderModule } from './modules/order/order.module';
|
||||
import { NotificationsModule } from './modules/notification/notifications.module';
|
||||
import { EventEmitterModule } from '@nestjs/event-emitter';
|
||||
import { CacheModule } from '@nestjs/cache-manager';
|
||||
import { PrintModule } from './modules/print/print.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -39,6 +40,7 @@ import { CacheModule } from '@nestjs/cache-manager';
|
||||
OrderModule,
|
||||
NotificationsModule,
|
||||
EventEmitterModule.forRoot(),
|
||||
PrintModule,
|
||||
],
|
||||
controllers: [],
|
||||
providers: [],
|
||||
|
||||
Reference in New Issue
Block a user