Pārlūkot izejas kodu

use only the modules

Sven Czarnian 2 gadi atpakaļ
vecāks
revīzija
4175137436
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      src/app.module.ts

+ 0 - 1
src/app.module.ts

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