Skip to content

Commit 3ec5a05

Browse files
Sihun23Sihun23
authored andcommitted
CLAP-215 fix:parameter 불일치 해결
1 parent 466395e commit 3ec5a05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/clap/server/adapter/inbound/web/log/LogController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public ResponseEntity<PageResponse<AnonymousLogResponse>> getLoginAttempts(
3737
@RequestParam(defaultValue = "20") int pageSize,
3838
@RequestParam(defaultValue = "requestAt") String sortBy,
3939
@RequestParam(defaultValue = "desc") String sortDirection,
40+
@ModelAttribute @Valid FilterLogRequest anonymousLogRequest,
4041
@AuthenticationPrincipal SecurityUserDetails userInfo) {
4142
Pageable pageable = PageRequest.of(
4243
page,

0 commit comments

Comments
 (0)