define the controller and service for the airport management
This commit is contained in:
		| @@ -4,8 +4,10 @@ import { MongooseModule } from '@nestjs/mongoose'; | ||||
| import Configuration from './config/configuration'; | ||||
| import { VersioningModule } from './versioning/versioning.module'; | ||||
| import { PerformanceModule } from './performance/performance.module'; | ||||
| import { AirportModule } from './airport/airport.module'; | ||||
| import { LoggingModule } from './logging/logging.module'; | ||||
| import { LoggingController } from './logging/logging.controller'; | ||||
| import { AirportController } from './airport/airport.controller'; | ||||
|  | ||||
| @Module({ | ||||
|   imports: [ | ||||
| @@ -26,8 +28,9 @@ import { LoggingController } from './logging/logging.controller'; | ||||
|     }), | ||||
|     VersioningModule, | ||||
|     PerformanceModule, | ||||
|     AirportModule, | ||||
|     LoggingModule, | ||||
|   ], | ||||
|   controllers: [LoggingController], | ||||
|   controllers: [LoggingController, AirportController], | ||||
| }) | ||||
| export class AppModule {} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user