Skip to content

Commit

Permalink
fix: TODO 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
baekhangyeol committed Nov 12, 2023
1 parent 4d84193 commit 2a55af0
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ public ResponseEntity<ResultResponse> recruitmentDetails(@PathVariable Long recr
GetRecruitmentDetailResponse result = recruitmentService.findRecruitmentById(recruitmentId);
return ResponseEntity.ok(ResultResponse.of(ResultCode.RECRUITMENT_GET_SUCCESS, result));
}

/**
* 모집 여부 필터링
* 모집 중 필터링
*/

@Operation(summary = "findRecruitmentList", description = "구인 게시글 조회")
@GetMapping
public ResponseEntity<ResultResponse> recruitmentList(@RequestParam(required = false) List<Position> positions,
Expand Down

0 comments on commit 2a55af0

Please sign in to comment.