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 08afe20 commit 0ba7b95Copy full SHA for 0ba7b95
backend/main.py
@@ -25,12 +25,10 @@
25
else:
26
# Development: Allow localhost origins
27
allowed_origins = [
28
- "http://localhost:3000",
+ "http://localhost:8000",
29
"http://localhost:5173",
30
- "http://localhost:8080",
31
- "http://127.0.0.1:3000",
+ "http://127.0.0.1:8000",
32
"http://127.0.0.1:5173",
33
- "http://127.0.0.1:8080",
34
]
35
36
print(f"🔧 CORS Configuration - Production mode: {is_production}")
0 commit comments