sahanes commited on
Commit
d3ed161
·
verified ·
1 Parent(s): 39e6277

Update app/main.py

Browse files
Files changed (1) hide show
  1. 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=False,
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
  )