parent
acb9454791
commit
326d3c9e37
2 changed files with 3 additions and 2 deletions
@ -1,3 +1,4 @@ |
|||||||
export const ROLE_USER = 0; |
export const ROLE_USER = 0; |
||||||
export const ROLE_AUTHOR = 1; |
export const ROLE_AUTHOR = 1; |
||||||
export const ROLE_ADMIN = 2; |
export const ROLE_TEACHER = 2; |
||||||
|
export const ROLE_ADMIN = 3; |
||||||
Loading…
Reference in new issue