Skip to content

Commit

Permalink
size=9999
Browse files Browse the repository at this point in the history
  • Loading branch information
bb2002 committed Jun 2, 2024
1 parent 8697c0e commit bec34ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PostList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function PostList({ orderBy, page }) {
const [isPostLoading, setIsPostLoading] = useState(false)

const fetch = async () => {
const res = await axios.get(`https://apt-api.blbt.app/v1/apartment?page=${page}&size=10&order=${orderBy}`, {
const res = await axios.get(`https://apt-api.blbt.app/v1/apartment?page=${page}&size=9999&order=${orderBy}`, {
headers: {
'Content-Type': 'application/json',
},
Expand Down

0 comments on commit bec34ed

Please sign in to comment.