diff --git a/app/rbac.py b/app/rbac.py index 672d420..4a1cc85 100644 --- a/app/rbac.py +++ b/app/rbac.py @@ -3,6 +3,7 @@ from app.services.user import get_current_user from app.utils.enums import UserRole +# TODO: rename this to admin Features FEATURES = [ "VIEW_QUESTIONS", "MODIFY_QUESTIONS",