mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 09:04:54 +00:00
finshed get devices by room id
This commit is contained in:
@ -6,6 +6,7 @@ import { AuthenticationController } from './auth/controllers/authentication.cont
|
||||
import { UserModule } from './users/user.module';
|
||||
import { HomeModule } from './home/home.module';
|
||||
import { RoomModule } from './room/room.module';
|
||||
import { DeviceModule } from './device/device.module';
|
||||
@Module({
|
||||
imports: [
|
||||
ConfigModule.forRoot({
|
||||
@ -15,6 +16,7 @@ import { RoomModule } from './room/room.module';
|
||||
UserModule,
|
||||
HomeModule,
|
||||
RoomModule,
|
||||
DeviceModule,
|
||||
],
|
||||
controllers: [AuthenticationController],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user