Skip to content

Commit

Permalink
fix: 요구사항 변경에 따른 선택적 무한 스크롤 (#43)
Browse files Browse the repository at this point in the history
* feat: 유저 기록 기능 구현

* test: 유저 기록 기능 테스트

* fix: activity 관련 의존성 수정

* fix: 요구사항 변경에 따른 선택적 무한 스크롤
  • Loading branch information
Awhn authored Oct 29, 2024
1 parent 6f5e976 commit e9b3e9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class HistoryController {
private HistoryService historyService;

private static final int MAX_SIZE = Integer.MAX_VALUE;

@PostMapping
public ResponseEntity<String> addHistory(@RequestBody HistorySaveRequest saveRequest) {
historyService.save(saveRequest);
Expand Down

0 comments on commit e9b3e9a

Please sign in to comment.