Skip to content

Commit 799c5f7

Browse files
Update config.py
1 parent ac117be commit 799c5f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/app/core/config.py

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ def server_host(self) -> str:
4646
list[AnyUrl] | str, BeforeValidator(parse_cors)
4747
] = []
4848

49+
BACKEND_CORS_ORIGINS.append(Url("http://admin.ituacm.com))
50+
BACKEND_CORS_ORIGINS.append(Url("https://admin.ituacm.com))
51+
4952
PROJECT_NAME: str
5053
SENTRY_DSN: HttpUrl | None = None
5154
POSTGRES_SERVER: str

0 commit comments

Comments
 (0)