Skip to content

Commit

Permalink
Merge pull request #142 from kakao-tech-campus-2nd-step3/Develop
Browse files Browse the repository at this point in the history
[Master] fix : api μˆ˜μ •
  • Loading branch information
minsu-cnu authored Nov 11, 2024
2 parents a0216a3 + 515415d commit a723b8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public ResponseEntity<Void> saveRecruitment(
}

@Operation(summary = "ꡬ인글 전체 쑰회 λ©”μ„œλ“œ")
@GetMapping
@GetMapping("/all")
public ResponseEntity<RecruitmentAllResponse> getAllRecruitments(
@RequestParam int page
) {
Expand Down

0 comments on commit a723b8b

Please sign in to comment.