Przeglądaj źródła

use only the modules

Sven Czarnian 2 lat temu
rodzic
commit
4175137436
1 zmienionych plików z 0 dodań i 1 usunięć
  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 {}