mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04:00
Add PermissionModule and GroupsModule
Both currently contain only the database entities, taken from the schema. Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
97cc2085af
commit
637b16abda
6 changed files with 63 additions and 0 deletions
|
@ -7,6 +7,8 @@ import { RevisionsModule } from './revisions/revisions.module';
|
|||
import { AuthorsModule } from './authors/authors.module';
|
||||
import { HistoryModule } from './history/history.module';
|
||||
import { MonitoringModule } from './monitoring/monitoring.module';
|
||||
import { PermissionsModule } from './permissions/permissions.module';
|
||||
import { GroupsModule } from './groups/groups.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
|
@ -23,6 +25,8 @@ import { MonitoringModule } from './monitoring/monitoring.module';
|
|||
PublicApiModule,
|
||||
HistoryModule,
|
||||
MonitoringModule,
|
||||
PermissionsModule,
|
||||
GroupsModule,
|
||||
],
|
||||
controllers: [],
|
||||
providers: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue