Skip to content

Commit 43bdbe3

Browse files
Update config.py
1 parent 38fe9ff commit 43bdbe3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backend/app/core/config.py

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

49-
BACKEND_CORS_ORIGINS.append("http://admin.ituacm.com")
50-
BACKEND_CORS_ORIGINS.append("https://admin.ituacm.com")
51-
5249
PROJECT_NAME: str
5350
SENTRY_DSN: HttpUrl | None = None
5451
POSTGRES_SERVER: str

0 commit comments

Comments
 (0)