aboutsummaryrefslogtreecommitdiffstats
path: root/thallium-backend/src/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'thallium-backend/src/settings.py')
-rw-r--r--thallium-backend/src/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/thallium-backend/src/settings.py b/thallium-backend/src/settings.py
index 81a6335..62accab 100644
--- a/thallium-backend/src/settings.py
+++ b/thallium-backend/src/settings.py
@@ -29,7 +29,7 @@ class _Config(
super_admin_token: pydantic.SecretStr
printful_token: pydantic.SecretStr
- app_prefix: str = "/"
+ app_prefix: str = ""
CONFIG = _Config()