Explorar o código

add the new modules

Sven Czarnian %!s(int64=2) %!d(string=hai) anos
pai
achega
1a4fa7e4ab
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/app.module.ts

+ 4 - 0
src/app.module.ts

@@ -10,6 +10,8 @@ import { LoggingModule } from './logging/logging.module';
 import { InboundModule } from './inbound/inbound.module';
 import { WeatherModule } from './weather/weather.module';
 import { AuthModule } from './auth/auth.module';
+import { EventsModule } from './events/events.module';
+import { SystemModule } from './system/system.module';
 
 @Module({
   imports: [
@@ -39,6 +41,8 @@ import { AuthModule } from './auth/auth.module';
     InboundModule,
     WeatherModule,
     AuthModule,
+    EventsModule,
+    SystemModule,
   ],
 })
 export class AppModule {}