Skip to content

Commit

Permalink
search
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko71k committed Dec 18, 2024
1 parent 993ab42 commit 990d8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/components/Search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 990d8e1

Please sign in to comment.