mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 11:34:53 +00:00
Add AutomationModule to app.module.ts imports
This commit is contained in:
@ -20,6 +20,7 @@ import { SceneModule } from './scene/scene.module';
|
|||||||
import { DoorLockModule } from './door-lock/door.lock.module';
|
import { DoorLockModule } from './door-lock/door.lock.module';
|
||||||
import { APP_INTERCEPTOR } from '@nestjs/core';
|
import { APP_INTERCEPTOR } from '@nestjs/core';
|
||||||
import { LoggingInterceptor } from './interceptors/logging.interceptor';
|
import { LoggingInterceptor } from './interceptors/logging.interceptor';
|
||||||
|
import { AutomationModule } from './automation/automation.module';
|
||||||
@Module({
|
@Module({
|
||||||
imports: [
|
imports: [
|
||||||
ConfigModule.forRoot({
|
ConfigModule.forRoot({
|
||||||
@ -41,8 +42,8 @@ import { LoggingInterceptor } from './interceptors/logging.interceptor';
|
|||||||
UserNotificationModule,
|
UserNotificationModule,
|
||||||
SeederModule,
|
SeederModule,
|
||||||
SceneModule,
|
SceneModule,
|
||||||
|
AutomationModule,
|
||||||
DoorLockModule,
|
DoorLockModule,
|
||||||
//
|
|
||||||
],
|
],
|
||||||
controllers: [AuthenticationController],
|
controllers: [AuthenticationController],
|
||||||
providers: [
|
providers: [
|
||||||
|
|||||||
Reference in New Issue
Block a user