Spaces:
Sleeping
Sleeping
USAMA BHATTI
commited on
Commit
·
5408bf6
1
Parent(s):
534a729
FINAL DEPLOY READY: All Docker and CPU dependencies fixed.
Browse files- backend/src/main.py +1 -1
backend/src/main.py
CHANGED
|
@@ -19,7 +19,7 @@ app = FastAPI(
|
|
| 19 |
app.add_middleware(
|
| 20 |
CORSMiddleware,
|
| 21 |
allow_origins=["*"], # Production mein hum isay specific domain karenge
|
| 22 |
-
allow_credentials=
|
| 23 |
allow_methods=["*"],
|
| 24 |
allow_headers=["*"],
|
| 25 |
)
|
|
|
|
| 19 |
app.add_middleware(
|
| 20 |
CORSMiddleware,
|
| 21 |
allow_origins=["*"], # Production mein hum isay specific domain karenge
|
| 22 |
+
allow_credentials=False,
|
| 23 |
allow_methods=["*"],
|
| 24 |
allow_headers=["*"],
|
| 25 |
)
|