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 7894167 commit 38fe9ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/app/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def server_host(self) -> str:
list[AnyUrl] | str, BeforeValidator(parse_cors)
] = []

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

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

0 comments on commit 38fe9ff

Please sign in to comment.