Add monitoring module

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2020-07-26 21:36:28 +02:00
parent 99614f8f3a
commit 6617977a7e
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
6 changed files with 83 additions and 1 deletions

View file

@ -6,6 +6,7 @@ import { UsersModule } from './users/users.module';
import { RevisionsModule } from './revisions/revisions.module';
import { AuthorsModule } from './authors/authors.module';
import { HistoryModule } from './history/history.module';
import { MonitoringModule } from './monitoring/monitoring.module';
@Module({
imports: [
@ -21,6 +22,7 @@ import { HistoryModule } from './history/history.module';
AuthorsModule,
PublicApiModule,
HistoryModule,
MonitoringModule,
],
controllers: [],
providers: [],