Spaces:
Runtime error
Runtime error
Commit ·
d23d7b6
1
Parent(s): f77afce
Update main.py
Browse files
main.py
CHANGED
|
@@ -13,9 +13,7 @@ import available_data
|
|
| 13 |
app = FastAPI()
|
| 14 |
|
| 15 |
origins = [
|
| 16 |
-
|
| 17 |
-
"http://localhost:8080",
|
| 18 |
-
"http://localhost:3000",
|
| 19 |
]
|
| 20 |
|
| 21 |
app.add_middleware(
|
|
|
|
| 13 |
app = FastAPI()
|
| 14 |
|
| 15 |
origins = [
|
| 16 |
+
*
|
|
|
|
|
|
|
| 17 |
]
|
| 18 |
|
| 19 |
app.add_middleware(
|