Spaces:
Sleeping
Sleeping
Update app.py
#1
by
welcometoFightclub
- opened
app.py
CHANGED
@@ -11,7 +11,7 @@ app = FastAPI()
|
|
11 |
# CORS for frontend (replace with your Vercel URL)
|
12 |
app.add_middleware(
|
13 |
CORSMiddleware,
|
14 |
-
allow_origins=["https://
|
15 |
allow_credentials=True,
|
16 |
allow_methods=["*"],
|
17 |
allow_headers=["*"],
|
|
|
11 |
# CORS for frontend (replace with your Vercel URL)
|
12 |
app.add_middleware(
|
13 |
CORSMiddleware,
|
14 |
+
allow_origins=["https://discussion-olive.vercel.app/", "http://localhost:5173"], # Add local for testing
|
15 |
allow_credentials=True,
|
16 |
allow_methods=["*"],
|
17 |
allow_headers=["*"],
|