We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 251aec2 + 4e1e909 commit ff3a88dCopy full SHA for ff3a88d
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