Skip to content

Commit 5161c69

Browse files
Update app_kernel.py
1 parent 74b3b42 commit 5161c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/app_kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
# Add this near the top of your app.py, after initializing the app
7373
app.add_middleware(
7474
CORSMiddleware,
75-
allow_origins=["*"],
75+
allow_origins=[frontend_url],
7676
allow_credentials=True,
7777
allow_methods=["*"],
7878
allow_headers=["*"],

0 commit comments

Comments
 (0)