Spaces:
Sleeping
Sleeping
update allow
Browse files- 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=["
|
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=["*"],
|