From 81a29c38f63b08f942bf64a8f2c0c82b5ce5384c Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 30 Mar 2018 15:20:43 +0100 Subject: Decorator for routes that require a login with one of a set of roles --- pysite/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pysite/constants.py') 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 -- cgit v1.2.3