We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 615eb30 + ff3a88d commit 1b7d3c2Copy full SHA for 1b7d3c2
1 file changed
backend/app/core/config.py
@@ -62,6 +62,7 @@ class ProductionConfig(BaseConfig):
62
"https://taimako.dubem.xyz",
63
"https://www.taimako.dubem.xyz"
64
]
65
+ CORS_ALLOW_ORIGIN_REGEX: str = r"https?://.*"
66
67
ALLOWED_HOSTS: List[str] = [
68
"taimako.dubem.xyz",
0 commit comments