aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/constants.py')
-rw-r--r--pysite/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pysite/constants.py b/pysite/constants.py
index 8c3d9c1c..e5a283a7 100644
--- a/pysite/constants.py
+++ b/pysite/constants.py
@@ -6,3 +6,4 @@ from enum import IntEnum
class ErrorCodes(IntEnum):
unknown_route = 0
+ unauthorized = 1