From b6e0235f889b5584620006747e0b8d9e2d3b621e Mon Sep 17 00:00:00 2001 From: lora322 <39804183+lora322@users.noreply.github.com> Date: Thu, 11 Sep 2025 12:27:54 -0400 Subject: [PATCH] Change property options API endpoint to deployed URL --- frontend/src/pages/orders/orders-new.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/orders/orders-new.tsx b/frontend/src/pages/orders/orders-new.tsx index be89d26..89900cb 100644 --- a/frontend/src/pages/orders/orders-new.tsx +++ b/frontend/src/pages/orders/orders-new.tsx @@ -55,7 +55,7 @@ const OrdersNew = () => { // Fetch property options from your backend API useEffect(() => { - fetch('/api/properties') // <-- update as appropriate + fetch('https://vres.flatlogic.app/api/properties') // <-- uses deployed api .then(res => res.json()) .then(data => { const options = data.map(property => ({