aymie-oh commited on
Commit
17b1cec
·
1 Parent(s): 40113d9

debugging cor

Browse files
Files changed (1) hide show
  1. src/app/app.py +2 -2
src/app/app.py CHANGED
@@ -39,9 +39,9 @@ app.add_middleware(
39
  CORSMiddleware,
40
  allow_origins=[
41
  "http://localhost:5173",
42
- "http://127.0.0.1:5173",
43
  "http://localhost:3000",
44
- "http://127.0.0.1:3000",
45
  ],
46
  allow_credentials=True,
47
  allow_methods=["*"],
 
39
  CORSMiddleware,
40
  allow_origins=[
41
  "http://localhost:5173",
42
+ "http://127.0.0.1:5173/",
43
  "http://localhost:3000",
44
+ "http://127.0.0.1:3000/",
45
  ],
46
  allow_credentials=True,
47
  allow_methods=["*"],