pvanand commited on
Commit
6c8ee89
·
verified ·
1 Parent(s): 30d2a63

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -771,6 +771,7 @@ from fastapi.middleware.cors import CORSMiddleware
771
  app.add_middleware(
772
  CORSMiddleware,
773
  allow_origins=[
 
774
  "http://localhost:3000",
775
  "https://www.elevaticsai.com",
776
  "https://www.elevatics.cloud",
 
771
  app.add_middleware(
772
  CORSMiddleware,
773
  allow_origins=[
774
+ "http://127.0.0.1:5501/",
775
  "http://localhost:3000",
776
  "https://www.elevaticsai.com",
777
  "https://www.elevatics.cloud",