diff options
author | 2018-02-11 17:09:58 +0000 | |
---|---|---|
committer | 2018-02-11 17:09:58 +0000 | |
commit | 64b1108081b6ee9e89acd104454e7a117e28a061 (patch) | |
tree | 53ec4f1552ec5d99eaabc9eb46a91a6c74c08343 /pysite/constants.py | |
parent | APIView should inherit RouteView (diff) |
Asana integration (#7)
* Event dispatching and webhook sending
* snekchek
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 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 |