forked from Shared/esg
fixed authModule and rateLimit module dependency
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { MongooseModule } from '@nestjs/mongoose';
|
||||
import { AuthModule } from '../auth/auth.module';
|
||||
import { ProvidersModule } from '../providers/providers.module';
|
||||
import { RateLimitModule } from '../rate-limit/rate-limit.module';
|
||||
import { ClaimsController } from './claims.controller';
|
||||
import { FanavaranAuthService } from './fanavaran/fanavaran-auth.service';
|
||||
import { FanavaranApiService } from './fanavaran/fanavaran-api.service';
|
||||
@@ -12,7 +14,9 @@ import { ThirdPartyClaimService } from './third-party-claim.service';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
AuthModule,
|
||||
ProvidersModule,
|
||||
RateLimitModule,
|
||||
MongooseModule.forFeature([
|
||||
{ name: FieldExpert.name, schema: FieldExpertSchema },
|
||||
{ name: EvaluationRequest.name, schema: EvaluationRequestSchema },
|
||||
|
||||
Reference in New Issue
Block a user