diff --git a/client/.env b/client/.env index 49ffa03..d8201e4 100644 --- a/client/.env +++ b/client/.env @@ -1 +1 @@ -REACT_APP_API_URL=http://localhost:8000 +REACT_APP_API_URL=https://shp-backend.onrender.com diff --git a/server/main.py b/server/main.py index 6bccad2..f441e7d 100644 --- a/server/main.py +++ b/server/main.py @@ -18,7 +18,8 @@ DEFAULT_ORIGINS = [ "http://localhost:3000", "http://localhost:8000", - "https://smart-health-predictive-test.onrender.com" + "https://smart-health-predictive-test.onrender.com", + "https://wellai.app" ] ENV_ORIGINS = [ origin.strip()