mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-11 07:38:49 +00:00
meger branch with dev branch
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 { GroupModule } from './group/group.module';
|
||||
import { DeviceModule } from './device/device.module';
|
||||
@Module({
|
||||
imports: [
|
||||
@ -16,6 +17,7 @@ import { DeviceModule } from './device/device.module';
|
||||
UserModule,
|
||||
HomeModule,
|
||||
RoomModule,
|
||||
GroupModule,
|
||||
DeviceModule,
|
||||
],
|
||||
controllers: [AuthenticationController],
|
||||
|
Reference in New Issue
Block a user