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 7894167 commit 38fe9ffCopy full SHA for 38fe9ff
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("http://admin.ituacm.com")
+ BACKEND_CORS_ORIGINS.append("https://admin.ituacm.com")
51
52
PROJECT_NAME: str
53
SENTRY_DSN: HttpUrl | None = None
0 commit comments