2nzi commited on
Commit
8841a46
·
verified ·
1 Parent(s): a97a13f

update allow

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -8,7 +8,7 @@ app = FastAPI(title="Quiz Video API")
8
  # Configuration CORS
9
  app.add_middleware(
10
  CORSMiddleware,
11
- allow_origins=["https://quizz-generator-nu.vercel.app/"],
12
  allow_credentials=True,
13
  allow_methods=["*"],
14
  allow_headers=["*"],
 
8
  # Configuration CORS
9
  app.add_middleware(
10
  CORSMiddleware,
11
+ allow_origins=["*"],
12
  allow_credentials=True,
13
  allow_methods=["*"],
14
  allow_headers=["*"],