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 ac117be commit 799c5f7Copy full SHA for 799c5f7
backend/app/core/config.py
@@ -46,6 +46,9 @@ 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))
51
+
52
PROJECT_NAME: str
53
SENTRY_DSN: HttpUrl | None = None
54
POSTGRES_SERVER: str
0 commit comments