hardik8588 commited on
Commit
12212fd
·
verified ·
1 Parent(s): 8925a75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -69,7 +69,8 @@ app = FastAPI(
69
  # Set up CORS middleware
70
  app.add_middleware(
71
  CORSMiddleware,
72
- allow_origins=["testing-pluu00ch0-hardikkandpals-projects.vercel.app"], # Frontend URL
 
73
  allow_credentials=True,
74
  allow_methods=["*"],
75
  allow_headers=["*"],
 
69
  # Set up CORS middleware
70
  app.add_middleware(
71
  CORSMiddleware,
72
+ allow_origins=["https://testing-hardikkandpals-projects.vercel.app",
73
+ "https://testing-hardikkandpals-projects.vercel.app/"], # Frontend URL
74
  allow_credentials=True,
75
  allow_methods=["*"],
76
  allow_headers=["*"],