Skip to content

Commit

Permalink
Update ResumeController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p authored Oct 22, 2024
1 parent 2e12236 commit fbd3814
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ DataResponseInfo<FullResumeResponse> getReleasedResumesByGradeAndYear(@PathVaria
return findResumeUseCase.getReleasedResumesByGradeAndYear(grade, year);
}

@OnlyTeacher
@GetMapping("/student/{resumeId}")
FullResumeResponse getSubmittedResume(@PathVariable String resumeId) {
return findResumeUseCase.getSubmittedResume(resumeId);
Expand Down

0 comments on commit fbd3814

Please sign in to comment.