Spaces:
Sleeping
Sleeping
debugging cor
Browse files- src/app/app.py +2 -2
src/app/app.py
CHANGED
|
@@ -39,9 +39,9 @@ app.add_middleware(
|
|
| 39 |
CORSMiddleware,
|
| 40 |
allow_origins=[
|
| 41 |
"http://localhost:5173",
|
| 42 |
-
"http://127.0.0.1:5173",
|
| 43 |
"http://localhost:3000",
|
| 44 |
-
"http://127.0.0.1:3000",
|
| 45 |
],
|
| 46 |
allow_credentials=True,
|
| 47 |
allow_methods=["*"],
|
|
|
|
| 39 |
CORSMiddleware,
|
| 40 |
allow_origins=[
|
| 41 |
"http://localhost:5173",
|
| 42 |
+
"http://127.0.0.1:5173/",
|
| 43 |
"http://localhost:3000",
|
| 44 |
+
"http://127.0.0.1:3000/",
|
| 45 |
],
|
| 46 |
allow_credentials=True,
|
| 47 |
allow_methods=["*"],
|