mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -04:00
Config: Add forbiddenNoteIds to AppConfig
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
cfa43412d8
commit
2f028a4aae
16 changed files with 88 additions and 10 deletions
|
@ -16,6 +16,7 @@ import { Tag } from './tag.entity';
|
|||
import { NoteGroupPermission } from '../permissions/note-group-permission.entity';
|
||||
import { NoteUserPermission } from '../permissions/note-user-permission.entity';
|
||||
import { GroupsModule } from '../groups/groups.module';
|
||||
import { ConfigModule } from '@nestjs/config';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
|
@ -30,6 +31,7 @@ import { GroupsModule } from '../groups/groups.module';
|
|||
UsersModule,
|
||||
GroupsModule,
|
||||
LoggerModule,
|
||||
ConfigModule,
|
||||
],
|
||||
controllers: [],
|
||||
providers: [NotesService],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue