Skip to content

Commit

Permalink
๐Ÿš€ ์ฒซํŽ˜์ด์ง€ ์„ฑ๋Šฅ #27
Browse files Browse the repository at this point in the history
  • Loading branch information
kenu committed Jun 1, 2024
1 parent e76e053 commit 2bcb038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ async function goRenderPage(
const user = req.user
building(list)
if (isApi) {
res.json(list)
res.json(list.slice(201, 400))
} else {
res.render('index', {
title,
list,
flist: list.slice(0, 1000),
flist: list.slice(0, 200),
locale,
uri,
hashList,
Expand Down

0 comments on commit 2bcb038

Please sign in to comment.