Selaa lähdekoodia

use only the modules

Sven Czarnian 2 vuotta sitten
vanhempi
commit
4175137436
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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 {}