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 4979af6 commit b1f3464Copy full SHA for b1f3464
python-backend/localmart_backend/main.py
@@ -96,7 +96,7 @@ class DeliveryQuoteRequest(BaseModel):
96
allow_origins=[
97
"http://localhost:3000", # Local development
98
"https://localmart-frontend.fly.dev", # Staging
99
- "https://localmart-frontend-prod.fly.dev" # Production
+ "https://localmart-frontend-prod.fly.dev", # Production
100
"https://localmart.nyc" # Production
101
],
102
allow_credentials=True,
0 commit comments