We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd9aef2 + 4894f05 commit 4138daeCopy full SHA for 4138dae
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