aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/constants.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-11 17:09:58 +0000
committerGravatar GitHub <[email protected]>2018-02-11 17:09:58 +0000
commit64b1108081b6ee9e89acd104454e7a117e28a061 (patch)
tree53ec4f1552ec5d99eaabc9eb46a91a6c74c08343 /pysite/constants.py
parentAPIView should inherit RouteView (diff)
Asana integration (#7)
* Event dispatching and webhook sending * snekchek
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