Skip to content

Commit

Permalink
Fix : swagger 설명 안달린 것 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sejoon00 committed May 27, 2024
1 parent 1025d14 commit f90d26b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public ResponseEntity<TextbookUrlResponse> createPresignedUrl(
}

@PostMapping("/uploadCompleted")
@Operation(summary = "교재 PDF S3 업로드 완료 요청")
public ResponseEntity<Void> uploadCompleted(@RequestBody UploadTextbookFileRequest request) {
textbookService.saveTextBook(request);
return ResponseEntity.ok().body(null);
Expand Down

0 comments on commit f90d26b

Please sign in to comment.