From 8c456593637fa0055cb3ab9e6149c5006026fb08 Mon Sep 17 00:00:00 2001 From: Mansi Date: Tue, 6 Jan 2026 23:11:34 +0530 Subject: [PATCH] Updated the API URL and implemented map data display --- src/screens/Map.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/screens/Map.tsx b/src/screens/Map.tsx index 1f7cc5a..3c62f75 100644 --- a/src/screens/Map.tsx +++ b/src/screens/Map.tsx @@ -119,12 +119,12 @@ const MapScreen: React.FC = () => { setLoading(true); const response = await fetch( - 'http://128.199.25.149:5000/property-search', + 'http://64.227.108.180:5000/property-search', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ - location: 'Lucknow, Uttar Pradesh, India', + location: 'Teliarganj', radius: 500, }), } @@ -214,7 +214,7 @@ const MapScreen: React.FC = () => { /> - ₹{item.price_display} + {item.price_display} {item.bedrooms} Beds • {item.bathrooms} Baths