Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanaliozdemir authored Sep 23, 2024
1 parent 38fe9ff commit 43bdbe3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/app/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ def server_host(self) -> str:
list[AnyUrl] | str, BeforeValidator(parse_cors)
] = []

BACKEND_CORS_ORIGINS.append("http://admin.ituacm.com")
BACKEND_CORS_ORIGINS.append("https://admin.ituacm.com")

PROJECT_NAME: str
SENTRY_DSN: HttpUrl | None = None
POSTGRES_SERVER: str
Expand Down

0 comments on commit 43bdbe3

Please sign in to comment.