Skip to content

Commit

Permalink
Merge pull request #31 from web-Nearest-car-wash/feature/popupWithFil…
Browse files Browse the repository at this point in the history
…ters

Fix/popupWithFilters
  • Loading branch information
AliceHab authored Feb 4, 2024
2 parents f12a5c0 + 0f53c19 commit 98806d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class Api {
}

getListFilteredCarWash(querry) {
return fetch(`${this.#baseurl}/api/carwashes/?${querry}`, {
return fetch(`${this.#baseurl}/api/carwashes/?${querry}&limit=50`, {
headers: {
...this.#headers,
},
Expand Down

0 comments on commit 98806d7

Please sign in to comment.