introduce a weather module
This commit is contained in:
		| @@ -10,6 +10,7 @@ import { LoggingController } from './logging/logging.controller'; | ||||
| import { AirportController } from './airport/airport.controller'; | ||||
| import { InboundModule } from './inbound/inbound.module'; | ||||
| import { InboundController } from './inbound/inbound.controller'; | ||||
| import { WeatherModule } from './weather/weather.module'; | ||||
|  | ||||
| @Module({ | ||||
|   imports: [ | ||||
| @@ -33,6 +34,7 @@ import { InboundController } from './inbound/inbound.controller'; | ||||
|     AirportModule, | ||||
|     LoggingModule, | ||||
|     InboundModule, | ||||
|     WeatherModule, | ||||
|   ], | ||||
|   controllers: [LoggingController, AirportController, InboundController], | ||||
| }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user