mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04:00
Add monitoring module
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
99614f8f3a
commit
6617977a7e
6 changed files with 83 additions and 1 deletions
|
@ -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: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue