xclasscode commited on
Commit
5303d10
·
verified ·
1 Parent(s): c23e33b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -2
main.py CHANGED
@@ -7,12 +7,14 @@ import database
7
 
8
  app = FastAPI()
9
  origins = [
10
- "http://127.0.0.1",
 
 
11
  ]
12
 
13
  app.add_middleware(
14
  CORSMiddleware,
15
- allow_origins=http://localhost:5173,
16
  allow_credentials=True,
17
  allow_methods=["*"],
18
  allow_headers=["*"],
 
7
 
8
  app = FastAPI()
9
  origins = [
10
+ "http://localhost:5173",
11
+ "http://localhost",
12
+ "http://localhost:8080",
13
  ]
14
 
15
  app.add_middleware(
16
  CORSMiddleware,
17
+ allow_origins=origins,
18
  allow_credentials=True,
19
  allow_methods=["*"],
20
  allow_headers=["*"],