omkar56 commited on
Commit
0e95755
·
1 Parent(s): 35fa5b9

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -17,6 +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
  ]
21
  app.add_middleware(
22
  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,