Skip to content

Commit

Permalink
오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeryboy committed Nov 27, 2024
1 parent bee2aed commit 7aa37d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class AcademicsController(
@PathVariable studentType: String,
@PathVariable postType: String,
@PathVariable year: Int,
@RequestBody request: UpdateYearReq,
@RequestPart request: UpdateYearReq,
@RequestPart newAttachments: List<MultipartFile>?
) = academicsService.updateAcademicsYearResponse(language, studentType, postType, year, request, newAttachments)

Expand Down

0 comments on commit 7aa37d1

Please sign in to comment.