David Li commited on
Commit
61141e2
·
1 Parent(s): 6a06a5e

fix: update main

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -16,7 +16,7 @@ drive = deta.Drive("stonk_events")
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=["*"],