We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de715d3 commit 4979af6Copy full SHA for 4979af6
python-backend/localmart_backend/main.py
@@ -97,6 +97,7 @@ class DeliveryQuoteRequest(BaseModel):
97
"http://localhost:3000", # Local development
98
"https://localmart-frontend.fly.dev", # Staging
99
"https://localmart-frontend-prod.fly.dev" # Production
100
+ "https://localmart.nyc" # Production
101
],
102
allow_credentials=True,
103
allow_methods=["*"],
0 commit comments