diff --git a/dashboard_api_rev.py b/dashboard_api_rev.py index 98530e1..5cf0539 100644 --- a/dashboard_api_rev.py +++ b/dashboard_api_rev.py @@ -54,7 +54,7 @@ _ALLOWED_ORIGINS = [ o.strip() for o in os.getenv( "DASHBOARD_CORS_ORIGINS", - "https://liveposition.rahamafresh.com,https://fleetintelligence.rahamafresh.com", + "https://liveposition.rahamafresh.com,https://fleetintelligence.rahamafresh.com,https://fleetnow.rahamafresh.com", ).split(",") if o.strip() ]