Skip to content

Commit 4979af6

Browse files
committed
Add localmart.nyc production domain
1 parent de715d3 commit 4979af6

File tree

1 file changed

+1
-0
lines changed
  • python-backend/localmart_backend

1 file changed

+1
-0
lines changed

python-backend/localmart_backend/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ class DeliveryQuoteRequest(BaseModel):
9797
"http://localhost:3000", # Local development
9898
"https://localmart-frontend.fly.dev", # Staging
9999
"https://localmart-frontend-prod.fly.dev" # Production
100+
"https://localmart.nyc" # Production
100101
],
101102
allow_credentials=True,
102103
allow_methods=["*"],

0 commit comments

Comments
 (0)