omkar56 commited on
Commit
de222e6
·
1 Parent(s): 6cd174d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -17,7 +17,7 @@ app = FastAPI()
17
  # CORS issue write below code
18
  origins = [
19
  "http://localhost:3000", # Update this with the actual origin of your frontend
20
- "http://192.168.0.104:3000",
21
  ]
22
  app.add_middleware(
23
  CORSMiddleware,
 
17
  # CORS issue write below code
18
  origins = [
19
  "http://localhost:3000", # Update this with the actual origin of your frontend
20
+ # "http://192.168.0.104:3000",
21
  ]
22
  app.add_middleware(
23
  CORSMiddleware,