Skip to content

Commit ff3a88d

Browse files
authored
Merge pull request #53 from stenwire/dev
Dev
2 parents 251aec2 + 4e1e909 commit ff3a88d

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)