Initial Project Commit
This commit is contained in:
commit
a6dea9c888
2148 changed files with 173870 additions and 0 deletions
6
src/main/webapp/app/config/authority.constants.ts
Normal file
6
src/main/webapp/app/config/authority.constants.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export enum Authority {
|
||||
ADMIN = 'ROLE_ADMIN',
|
||||
MANAGER = 'ROLE_MANAGER',
|
||||
COORDINATOR = 'ROLE_COORDINATOR',
|
||||
USER = 'ROLE_USER',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue