Skip to content

Commit

Permalink
♻️ 코드 수정: api 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellin22 committed Nov 14, 2024
1 parent 942568e commit 99917ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public ResponseEntity<?> filterBlackStudent(@RequestBody RequestFilterBlacklistM
}

@Operation(summary = "강사 - 블랙리스트 필터링 기능 추가")
@GetMapping("/filter/student")
@GetMapping("/filter/tutor")
public ResponseEntity<?> filterBlackTutor(@RequestBody RequestFilterBlacklistMemberVO vo){
BlacklistFilterRequestDTO dto = blacklistMapper.fromFilterMemberVOtoFilterMemberDTO(vo);
dto.setMemberType(MemberType.TUTOR);
Expand Down

0 comments on commit 99917ea

Please sign in to comment.