AP314159 commited on
Commit
5bc4481
·
verified ·
1 Parent(s): 8db4f32

add vercel url

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -21,7 +21,7 @@ app = FastAPI(
21
 
22
  app.add_middleware(
23
  CORSMiddleware,
24
- allow_origins=["http://localhost:3000"],
25
  allow_credentials=True,
26
  allow_methods=["*"],
27
  allow_headers=["*"],
 
21
 
22
  app.add_middleware(
23
  CORSMiddleware,
24
+ allow_origins=["http://localhost:3000", "https://youtube-ai-analyzer.vercel.app"],
25
  allow_credentials=True,
26
  allow_methods=["*"],
27
  allow_headers=["*"],