Skip to content

Commit 1b7d3c2

Browse files
authored
Merge pull request #54 from stenwire/main
deploy
2 parents 615eb30 + ff3a88d commit 1b7d3c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/app/core/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class ProductionConfig(BaseConfig):
6262
"https://taimako.dubem.xyz",
6363
"https://www.taimako.dubem.xyz"
6464
]
65+
CORS_ALLOW_ORIGIN_REGEX: str = r"https?://.*"
6566

6667
ALLOWED_HOSTS: List[str] = [
6768
"taimako.dubem.xyz",

0 commit comments

Comments
 (0)