Skip to content

Commit 7894167

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/app/core/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ 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))
49+
BACKEND_CORS_ORIGINS.append(Url("http://admin.ituacm.com"))
50+
BACKEND_CORS_ORIGINS.append(Url("https://admin.ituacm.com"))
5151

5252
PROJECT_NAME: str
5353
SENTRY_DSN: HttpUrl | None = None

0 commit comments

Comments
 (0)