We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30d5fb2 + 4138dae commit 3a9d7aeCopy full SHA for 3a9d7ae
main-server/src/main/java/com/example/demo/domain/prop/controller/PropController.java
@@ -45,7 +45,6 @@ public ResponseEntity<PropResponse> uploadImage(@ModelAttribute @Valid UploadPro
45
MultipartFile file = uploadPropRequestDto.file();
46
String userId = customUserDetails.getId();
47
String theme = uploadPropRequestDto.theme();
48
- propService.saveProp(userId, theme, file);
49
return ResponseEntity.ok().body(propService.saveProp(userId, theme, file));
50
}
51
0 commit comments