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 cbd309c commit f2d56f2Copy full SHA for f2d56f2
backend/app/settings.py
@@ -16,6 +16,8 @@ class Settings(BaseSettings):
16
"https://*.onrender.com",
17
# Common Vercel preview and production domains (set exact domain via env for best security)
18
"https://*.vercel.app",
19
+ # Explicit project domain (ensure CORS works even if regex fails on some hosts)
20
+ "https://sportiq-tennis.vercel.app",
21
], alias="ALLOWED_ORIGINS")
22
23
# Pydantic v2 settings configuration
0 commit comments