Closed sahircansurmeli closed 1 year ago
Functions in API.js should not use fixed query params in the fetch, but instead take it as a parameter in the function and pass it down to fetch. This is especially important for page and itemsPerPage.
Done 🍕
Functions in API.js should not use fixed query params in the fetch, but instead take it as a parameter in the function and pass it down to fetch. This is especially important for page and itemsPerPage.