aboutsummaryrefslogtreecommitdiffstats
path: root/backend/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/constants.py')
-rw-r--r--backend/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/constants.py b/backend/constants.py
index e6ff127..fda92b9 100644
--- a/backend/constants.py
+++ b/backend/constants.py
@@ -56,6 +56,8 @@ REQUIRED_QUESTION_TYPE_DATA = {
},
}
+DISCORD_API_BASE_URL = "https://discord.com/api/v8"
+
class FormFeatures(Enum):
"""Lists form features. Read more in SCHEMA.md."""