mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -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
4
src/permissions/permissions.module.ts
Normal file
4
src/permissions/permissions.module.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { Module } from '@nestjs/common';
|
||||
|
||||
@Module({})
|
||||
export class PermissionsModule {}
|
Loading…
Add table
Add a link
Reference in a new issue