Skip to content

Commit 4e1e909

Browse files
authored
Merge pull request #52 from stenwire/escalation-feature
update cors
2 parents 7805b00 + 1e84910 commit 4e1e909

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)