xclasscode commited on
Commit
8b32a86
·
verified ·
1 Parent(s): ce7cb88

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -1
main.py CHANGED
@@ -10,7 +10,6 @@ app = FastAPI()
10
  app.add_middleware(
11
  CORSMiddleware,
12
  allow_origins=["*"],
13
- allow_credentials=True,
14
  allow_methods=["*"],
15
  allow_headers=["*"],
16
  )
 
10
  app.add_middleware(
11
  CORSMiddleware,
12
  allow_origins=["*"],
 
13
  allow_methods=["*"],
14
  allow_headers=["*"],
15
  )