mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-25 12:34:45 -04:00
MediaController: Use MediaService
to store media
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
7a6c06d068
commit
8e234962d6
2 changed files with 19 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
import { Module } from '@nestjs/common';
|
||||
import { HistoryModule } from '../../history/history.module';
|
||||
import { LoggerModule } from '../../logger/logger.module';
|
||||
import { MediaModule } from '../../media/media.module';
|
||||
import { MonitoringModule } from '../../monitoring/monitoring.module';
|
||||
import { NotesModule } from '../../notes/notes.module';
|
||||
import { RevisionsModule } from '../../revisions/revisions.module';
|
||||
|
@ -18,6 +19,7 @@ import { MonitoringController } from './monitoring/monitoring.controller';
|
|||
RevisionsModule,
|
||||
MonitoringModule,
|
||||
LoggerModule,
|
||||
MediaModule,
|
||||
],
|
||||
controllers: [
|
||||
MeController,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue