From 990d8e18b2af8d3da0cf0e250c3f1ff46a8ebf26 Mon Sep 17 00:00:00 2001 From: Rassmagin Alexander Date: Wed, 18 Dec 2024 16:40:27 +0300 Subject: [PATCH] search --- public/src/components/Search/Search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/components/Search/Search.js b/public/src/components/Search/Search.js index ba3b193..a601d7c 100644 --- a/public/src/components/Search/Search.js +++ b/public/src/components/Search/Search.js @@ -141,7 +141,7 @@ export class Search { path += '&tags=' + tag; }) } - path += 'topLeftLatitude=55.627815653778434&topLeftLongitude=36.634768827416046&botRightLatitude=55.93737159143388&botRightLongitude=38.48184524343166'; + path += '&topLeftLatitude=55.627815653778434&topLeftLongitude=36.634768827416046&botRightLatitude=55.93737159143388&botRightLongitude=38.48184524343166'; const response = await api.get(path, request); if (response.ok) {