forked from Yara724/api
locations dynamically in fanavaran
This commit is contained in:
@@ -7,9 +7,11 @@ import {
|
||||
LookupModel,
|
||||
LookupSchema,
|
||||
} from "src/lookups/entities/schema/lookup.schema";
|
||||
import { UsersModule } from "src/users/users.module";
|
||||
import { FanavaranAuditModule } from "./fanavaran-audit.module";
|
||||
import { FanavaranAuthService } from "./fanavaran-auth.service";
|
||||
import { FanavaranClientConfigService } from "./fanavaran-client-config.service";
|
||||
import { FanavaranLocationService } from "./fanavaran-location.service";
|
||||
import { FanavaranLookupService } from "./fanavaran-lookup.service";
|
||||
import {
|
||||
FanavaranAuthToken,
|
||||
@@ -36,16 +38,19 @@ import {
|
||||
{ name: LookupModel.name, schema: LookupSchema },
|
||||
]),
|
||||
FanavaranAuditModule,
|
||||
UsersModule,
|
||||
],
|
||||
providers: [
|
||||
FanavaranClientConfigService,
|
||||
FanavaranAuthService,
|
||||
FanavaranLookupService,
|
||||
FanavaranLocationService,
|
||||
],
|
||||
exports: [
|
||||
FanavaranClientConfigService,
|
||||
FanavaranAuthService,
|
||||
FanavaranLookupService,
|
||||
FanavaranLocationService,
|
||||
],
|
||||
})
|
||||
export class FanavaranLookupModule {}
|
||||
|
||||
Reference in New Issue
Block a user