Spaces:
Sleeping
Sleeping
edited app.py
Browse files- backend/app.py +0 -1
backend/app.py
CHANGED
|
@@ -22,7 +22,6 @@ app.add_middleware(
|
|
| 22 |
'http://localhost:3000',
|
| 23 |
'http://localhost:5173',
|
| 24 |
'http://127.0.0.1:5173',
|
| 25 |
-
'http://localhost:8000',
|
| 26 |
'https://precision-diagnostics-xai.vercel.app'
|
| 27 |
],
|
| 28 |
allow_origin_regex=r".*\.vercel\.app$",
|
|
|
|
| 22 |
'http://localhost:3000',
|
| 23 |
'http://localhost:5173',
|
| 24 |
'http://127.0.0.1:5173',
|
|
|
|
| 25 |
'https://precision-diagnostics-xai.vercel.app'
|
| 26 |
],
|
| 27 |
allow_origin_regex=r".*\.vercel\.app$",
|