mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-12 13:38:33 +03:00
Standardize router names (#70)
This commit is contained in:
4
app/shared/constants.py
Normal file
4
app/shared/constants.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# Statuses
|
||||
STATUS_FAILURE = "FAILURE"
|
||||
STATUS_PENDING = "PENDING"
|
||||
STATUS_SUCCESS = "SUCCESS"
|
||||
Reference in New Issue
Block a user