diff options
author | 2018-03-30 15:20:43 +0100 | |
---|---|---|
committer | 2018-03-30 15:20:43 +0100 | |
commit | 81a29c38f63b08f942bf64a8f2c0c82b5ce5384c (patch) | |
tree | 0f4b1ea750973400d4021ccf3e49b8db9d52a00e /pysite/constants.py | |
parent | Collect all roles from users instead of just a single one (diff) |
Decorator for routes that require a login with one of a set of roles
Diffstat (limited to 'pysite/constants.py')
-rw-r--r-- | pysite/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pysite/constants.py b/pysite/constants.py index 3ccebf18..6339267d 100644 --- a/pysite/constants.py +++ b/pysite/constants.py @@ -20,6 +20,7 @@ class ValidationTypes(Enum): OWNER_ROLE = 267627879762755584 ADMIN_ROLE = 267628507062992896 MODERATOR_ROLE = 267629731250176001 +DEVOPS_ROLE = 409416496733880320 HELPER_ROLE = 267630620367257601 SERVER_ID = 267624335836053506 |