Skip to content

Commit

Permalink
Merge pull request #189 from JNU-econovation/feature/BE-68
Browse files Browse the repository at this point in the history
[BE-68] Applicant Controller url map solve #188
  • Loading branch information
BlackBean99 authored Mar 1, 2024
2 parents 934ced9 + 5111a4e commit f918e64
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file modified server/.gradle/7.6.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified server/.gradle/7.6.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified server/.gradle/7.6.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified server/.gradle/7.6.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified server/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public ResponseEntity<AnswersResponseDto> getApplicantsByYear(

@Operation(summary = "모든 지원자의 지원서를 조회합니다.")
@TimeTrace
@GetMapping("/applicants")
@GetMapping("/applicants/all")
public ResponseEntity<List<Map<String, Object>>> getApplicants() {
return new ResponseEntity<>(applicantQueryUseCase.execute(), HttpStatus.OK);
}
Expand Down

0 comments on commit f918e64

Please sign in to comment.