sathishO2 commited on
Commit
dffc641
1 Parent(s): 6f7aeb1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -16,7 +16,7 @@ origins = [""] # Replace "" with the actual list of allowed origins
16
 
17
  app.add_middleware(
18
  CORSMiddleware,
19
- allow_origins=origins,
20
  allow_credentials=True,
21
  allow_methods=["*"],
22
  allow_headers=["*"],
 
16
 
17
  app.add_middleware(
18
  CORSMiddleware,
19
+ allow_origins=["*"],
20
  allow_credentials=True,
21
  allow_methods=["*"],
22
  allow_headers=["*"],