Spaces:
Sleeping
Sleeping
Minor bugfix
Browse files- app/main.py +1 -1
app/main.py
CHANGED
|
@@ -6,7 +6,7 @@ from fastapi.staticfiles import StaticFiles
|
|
| 6 |
from starlette.responses import FileResponse
|
| 7 |
import os
|
| 8 |
app = FastAPI()
|
| 9 |
-
origins = [*]
|
| 10 |
|
| 11 |
app.add_middleware(
|
| 12 |
CORSMiddleware,
|
|
|
|
| 6 |
from starlette.responses import FileResponse
|
| 7 |
import os
|
| 8 |
app = FastAPI()
|
| 9 |
+
origins = ["*"]
|
| 10 |
|
| 11 |
app.add_middleware(
|
| 12 |
CORSMiddleware,
|