|
@@ -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 {}
|