mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 23:54:42 -04:00
MediaController: Use MediaService
to store media
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
c0cbcc863a
commit
e2b5acaf84
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