Skip to content

Commit 3954e56

Browse files
config reverted
1 parent 645b945 commit 3954e56

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
@@ -74,7 +74,7 @@
7474
# Add this near the top of your app.py, after initializing the app
7575
app.add_middleware(
7676
CORSMiddleware,
77-
allow_origins=["*"],
77+
allow_origins=[frontend_url],
7878
allow_credentials=True,
7979
allow_methods=["*"],
8080
allow_headers=["*"],

0 commit comments

Comments
 (0)