Spaces:
Sleeping
Sleeping
Update app/main.py
Browse files- app/main.py +1 -1
app/main.py
CHANGED
@@ -99,7 +99,7 @@ app.add_middleware(
|
|
99 |
"http://10.220.1.20:3001",
|
100 |
"jubilant-barnacle-u2ap-czfa44ae5-sahar-nesaeis-projects.vercel.app",
|
101 |
],
|
102 |
-
allow_credentials=
|
103 |
allow_methods=["*"],
|
104 |
allow_headers=["*"],
|
105 |
)
|
|
|
99 |
"http://10.220.1.20:3001",
|
100 |
"jubilant-barnacle-u2ap-czfa44ae5-sahar-nesaeis-projects.vercel.app",
|
101 |
],
|
102 |
+
allow_credentials=True,
|
103 |
allow_methods=["*"],
|
104 |
allow_headers=["*"],
|
105 |
)
|