Skip to content

Commit

Permalink
Update default app prefix to empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Aug 19, 2024
1 parent 0f95e7d commit 9468a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thallium-backend/src/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class _Config(
super_admin_token: pydantic.SecretStr
printful_token: pydantic.SecretStr

app_prefix: str = "/"
app_prefix: str = ""


CONFIG = _Config()
Expand Down

0 comments on commit 9468a45

Please sign in to comment.