request populate
This commit is contained in:
@@ -7,6 +7,7 @@ import { RequestItem } from './entities/request-item.entity';
|
||||
import { RequestRepository } from './repositories/request.repository';
|
||||
import { UserModule } from '../user/user.module';
|
||||
import { ProductModule } from '../product/product.module';
|
||||
import { FormBuilderModule } from '../form-builder/form-builder.module';
|
||||
import { AuthModule } from '../auth/auth.module';
|
||||
import { JwtModule } from '@nestjs/jwt';
|
||||
|
||||
@@ -15,6 +16,7 @@ import { JwtModule } from '@nestjs/jwt';
|
||||
MikroOrmModule.forFeature([Request, RequestItem]),
|
||||
UserModule,
|
||||
ProductModule,
|
||||
FormBuilderModule,
|
||||
JwtModule,
|
||||
AuthModule
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user