Skip to content

Commit

Permalink
πŸ”— :: (#develop) μž¬μ§€μ› μœ νš¨μ„± 검사 μΆ”κ°€
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyoil2 committed Nov 13, 2024
1 parent 8cfdbf1 commit 1f6b582
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public QueryPassedApplicationStudentsResponse queryFieldTrainApplication(
@PutMapping("/{application-id}")
public void reapply(
@PathVariable("application-id") Long applicationId,
@RequestBody CreateApplicationWebRequest request
@RequestBody @Valid CreateApplicationWebRequest request
) {
reapplyUseCase.execute(
applicationId,
Expand Down

0 comments on commit 1f6b582

Please sign in to comment.