mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 10:14:54 +00:00
create get and post home api
This commit is contained in:
@ -4,6 +4,7 @@ import config from './config';
|
||||
import { AuthenticationModule } from './auth/auth.module';
|
||||
import { AuthenticationController } from './auth/controllers/authentication.controller';
|
||||
import { UserModule } from './users/user.module';
|
||||
import { HomeModule } from './home/home.module';
|
||||
@Module({
|
||||
imports: [
|
||||
ConfigModule.forRoot({
|
||||
@ -11,6 +12,7 @@ import { UserModule } from './users/user.module';
|
||||
}),
|
||||
AuthenticationModule,
|
||||
UserModule,
|
||||
HomeModule,
|
||||
],
|
||||
controllers: [AuthenticationController],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user