tracinginsights commited on
Commit
d23d7b6
·
1 Parent(s): f77afce

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -3
main.py CHANGED
@@ -13,9 +13,7 @@ import available_data
13
  app = FastAPI()
14
 
15
  origins = [
16
- "http://localhost",
17
- "http://localhost:8080",
18
- "http://localhost:3000",
19
  ]
20
 
21
  app.add_middleware(
 
13
  app = FastAPI()
14
 
15
  origins = [
16
+ *
 
 
17
  ]
18
 
19
  app.add_middleware(