mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 14:04:43 -04:00
fix: make other services use the revision create method
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
7161ffd5f2
commit
f95f5406be
3 changed files with 28 additions and 25 deletions
|
@ -9,6 +9,7 @@ import { TypeOrmModule } from '@nestjs/typeorm';
|
|||
|
||||
import { LoggerModule } from '../logger/logger.module';
|
||||
import { NotesModule } from '../notes/notes.module';
|
||||
import { RevisionsModule } from '../revisions/revisions.module';
|
||||
import { UsersModule } from '../users/users.module';
|
||||
import { HistoryEntry } from './history-entry.entity';
|
||||
import { HistoryService } from './history.service';
|
||||
|
@ -22,6 +23,7 @@ import { HistoryService } from './history.service';
|
|||
UsersModule,
|
||||
NotesModule,
|
||||
ConfigModule,
|
||||
RevisionsModule,
|
||||
],
|
||||
})
|
||||
export class HistoryModule {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue