Skip to content

Commit

Permalink
Feat: small bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
versatile0010 committed Nov 22, 2023
1 parent 05355b9 commit 78eb4ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class NotificationController {
@GetMapping
public ResponseEntity<Slice<NotificationTabResponse>> getNotificationPage(
Pageable pageable,
@RequestBody NotificationSearchParameter param){
@ModelAttribute NotificationSearchParameter param){
return ResponseEntity.ok(notificationService.getNotificationTabPagesByMember(param, pageable));
}

Expand Down

0 comments on commit 78eb4ce

Please sign in to comment.