diff --git a/python-backend/localmart_backend/main.py b/python-backend/localmart_backend/main.py index 647c96e..6c2fffe 100644 --- a/python-backend/localmart_backend/main.py +++ b/python-backend/localmart_backend/main.py @@ -97,6 +97,7 @@ class DeliveryQuoteRequest(BaseModel): "http://localhost:3000", # Local development "https://localmart-frontend.fly.dev", # Staging "https://localmart-frontend-prod.fly.dev" # Production + "https://localmart.nyc" # Production ], allow_credentials=True, allow_methods=["*"],