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 645b945 commit 3954e56Copy full SHA for 3954e56
src/backend/app_kernel.py
@@ -74,7 +74,7 @@
74
# Add this near the top of your app.py, after initializing the app
75
app.add_middleware(
76
CORSMiddleware,
77
- allow_origins=["*"],
+ allow_origins=[frontend_url],
78
allow_credentials=True,
79
allow_methods=["*"],
80
allow_headers=["*"],
0 commit comments