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 38fe9ff commit 43bdbe3Copy full SHA for 43bdbe3
backend/app/core/config.py
@@ -46,9 +46,6 @@ def server_host(self) -> str:
46
list[AnyUrl] | str, BeforeValidator(parse_cors)
47
] = []
48
49
- BACKEND_CORS_ORIGINS.append("http://admin.ituacm.com")
50
- BACKEND_CORS_ORIGINS.append("https://admin.ituacm.com")
51
-
52
PROJECT_NAME: str
53
SENTRY_DSN: HttpUrl | None = None
54
POSTGRES_SERVER: str
0 commit comments