mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
Add VisitorPasswordModule to AppModule
This commit is contained in:
@ -23,6 +23,7 @@ import { LoggingInterceptor } from './interceptors/logging.interceptor';
|
||||
import { AutomationModule } from './automation/automation.module';
|
||||
import { RegionModule } from './region/region.module';
|
||||
import { TimeZoneModule } from './timezone/timezone.module';
|
||||
import { VisitorPasswordModule } from './vistor-password/visitor-password.module';
|
||||
@Module({
|
||||
imports: [
|
||||
ConfigModule.forRoot({
|
||||
@ -48,6 +49,7 @@ import { TimeZoneModule } from './timezone/timezone.module';
|
||||
DoorLockModule,
|
||||
RegionModule,
|
||||
TimeZoneModule,
|
||||
VisitorPasswordModule,
|
||||
],
|
||||
controllers: [AuthenticationController],
|
||||
providers: [
|
||||
|
Reference in New Issue
Block a user