We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799c5f7 commit 7894167Copy full SHA for 7894167
backend/app/core/config.py
@@ -46,8 +46,8 @@ def server_host(self) -> str:
46
list[AnyUrl] | str, BeforeValidator(parse_cors)
47
] = []
48
49
- BACKEND_CORS_ORIGINS.append(Url("http://admin.ituacm.com))
50
- BACKEND_CORS_ORIGINS.append(Url("https://admin.ituacm.com))
+ BACKEND_CORS_ORIGINS.append(Url("http://admin.ituacm.com"))
+ BACKEND_CORS_ORIGINS.append(Url("https://admin.ituacm.com"))
51
52
PROJECT_NAME: str
53
SENTRY_DSN: HttpUrl | None = None
0 commit comments