Files changed (1) hide show
  1. app.py +1 -1
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://your-client-app-name.vercel.app", "http://localhost:5173"], # Add local for testing
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=["*"],