Skip to content

Commit

Permalink
Merge pull request #95 from AndLetgo/develop
Browse files Browse the repository at this point in the history
✨ [FEAT]: 데이터 갱신 마무리
  • Loading branch information
phonil authored Mar 25, 2024
2 parents 1ddd84f + 39e6647 commit fd1448b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public ResponseEntity<?> addExhibitionAndPlace() {
Integer numOfPages = (totalCount / rows) + 1;
log.info("numOfPages: " + numOfPages);

if (page == 10) { // 페이지 조절
if (page == numOfPages) { // 페이지 조절
ApiResponse apiResponse = ApiResponse.builder()
.check(true)
.information(exhibitionList)
Expand Down

0 comments on commit fd1448b

Please sign in to comment.