forked from Yara724/api
fanavaran lookups done
This commit is contained in:
@@ -3,6 +3,10 @@ import { HttpModule } from "@nestjs/axios";
|
||||
import { ConfigModule, ConfigService } from "@nestjs/config";
|
||||
import { MongooseModule } from "@nestjs/mongoose";
|
||||
import { createHttpModuleOptions } from "src/core/config/http-proxy.factory";
|
||||
import {
|
||||
LookupModel,
|
||||
LookupSchema,
|
||||
} from "src/lookups/entities/schema/lookup.schema";
|
||||
import { FanavaranAuditModule } from "./fanavaran-audit.module";
|
||||
import { FanavaranAuthService } from "./fanavaran-auth.service";
|
||||
import { FanavaranClientConfigService } from "./fanavaran-client-config.service";
|
||||
@@ -29,6 +33,7 @@ import {
|
||||
name: FanavaranClientConfig.name,
|
||||
schema: FanavaranClientConfigSchema,
|
||||
},
|
||||
{ name: LookupModel.name, schema: LookupSchema },
|
||||
]),
|
||||
FanavaranAuditModule,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user