mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
Add Weather module with controller, service, and DTO for fetching weather details
This commit is contained in:
@ -38,6 +38,7 @@ import { HealthModule } from './health/health.module';
|
||||
|
||||
import { winstonLoggerOptions } from '../libs/common/src/logger/services/winston.logger';
|
||||
import { OccupancyModule } from './occupancy/occupancy.module';
|
||||
import { WeatherModule } from './weather/weather.module';
|
||||
@Module({
|
||||
imports: [
|
||||
ConfigModule.forRoot({
|
||||
@ -79,6 +80,7 @@ import { OccupancyModule } from './occupancy/occupancy.module';
|
||||
PowerClampModule,
|
||||
HealthModule,
|
||||
OccupancyModule,
|
||||
WeatherModule,
|
||||
],
|
||||
providers: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user