use only the modules

This commit is contained in:
Sven Czarnian
2022-10-27 13:49:03 +02:00
parent 25be1b09d8
commit 4175137436

View File

@@ -35,6 +35,5 @@ import { UserModule } from './user/user.module';
WeatherModule,
UserModule,
],
controllers: [LoggingController, AirportController, InboundController],
})
export class AppModule {}