Skip to content

Commit

Permalink
hotfix: name 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Aug 22, 2024
1 parent 44f9e6b commit ee87267
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ public class LibraryController {
@PostMapping
public void saveLibraryDocument(
@RequestParam(name = "grade") Integer grade,
@RequestPart("pdf") MultipartFile pdfPart,
@RequestPart("index") DocumentIndexRequest indexPart) {
@RequestPart(name = "pdf") MultipartFile pdfPart,
@RequestPart(name = "index") DocumentIndexRequest indexPart) {


String filePath = pdfUseCase.savePdf(pdfPart);
Expand Down

0 comments on commit ee87267

Please sign in to comment.