hardik8588 commited on
Commit
fa6c559
·
verified ·
1 Parent(s): c1589b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ app = FastAPI()
65
  # Configure CORS
66
  app.add_middleware(
67
  CORSMiddleware,
68
- allow_origins=["*"],
69
  allow_credentials=True,
70
  allow_methods=["*"],
71
  allow_headers=["*"],
 
65
  # Configure CORS
66
  app.add_middleware(
67
  CORSMiddleware,
68
+ allow_origins=["https://prototype-2-kappa.vercel.app"],
69
  allow_credentials=True,
70
  allow_methods=["*"],
71
  allow_headers=["*"],