Spaces:
Runtime error
Runtime error
Aryan Jain
commited on
Commit
·
83f55da
1
Parent(s):
63a8fe3
allow all origins
Browse files- src/app.py +1 -1
src/app.py
CHANGED
|
@@ -52,7 +52,7 @@ app.add_middleware(
|
|
| 52 |
# "CORS_ALLOW_ORIGINS", "http://localhost, http://127.0.0.1"
|
| 53 |
# ).split(", "),
|
| 54 |
allow_origins=["*"],
|
| 55 |
-
allow_credentials=
|
| 56 |
allow_methods=["*"],
|
| 57 |
allow_headers=["*"],
|
| 58 |
)
|
|
|
|
| 52 |
# "CORS_ALLOW_ORIGINS", "http://localhost, http://127.0.0.1"
|
| 53 |
# ).split(", "),
|
| 54 |
allow_origins=["*"],
|
| 55 |
+
allow_credentials=False,
|
| 56 |
allow_methods=["*"],
|
| 57 |
allow_headers=["*"],
|
| 58 |
)
|