introduce the database and controller connections for all inbounds
This commit is contained in:
@@ -8,6 +8,8 @@ import { AirportModule } from './airport/airport.module';
|
||||
import { LoggingModule } from './logging/logging.module';
|
||||
import { LoggingController } from './logging/logging.controller';
|
||||
import { AirportController } from './airport/airport.controller';
|
||||
import { InboundModule } from './inbound/inbound.module';
|
||||
import { InboundController } from './inbound/inbound.controller';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -30,7 +32,8 @@ import { AirportController } from './airport/airport.controller';
|
||||
PerformanceModule,
|
||||
AirportModule,
|
||||
LoggingModule,
|
||||
InboundModule,
|
||||
],
|
||||
controllers: [LoggingController, AirportController],
|
||||
controllers: [LoggingController, AirportController, InboundController],
|
||||
})
|
||||
export class AppModule {}
|
||||
|
||||
Reference in New Issue
Block a user