Skip to content

Commit

Permalink
Fix: 북마크 이미지 수정 에러 해결 (weekly -> master) Merge
Browse files Browse the repository at this point in the history
Fix: 북마크 이미지 수정 에러 해결 (weekly -> master)
  • Loading branch information
Train0303 authored Nov 11, 2023
2 parents c800b96 + d4d1208 commit f48da33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public ResponseEntity<?> updateBookmark(

@PostMapping("/image/update/{bookmarkId}")
public ResponseEntity<?> updateBookmarkImage(
@RequestBody BookmarkRequestDto.BookmarkImageUpdateRequestDto dto,
@RequestBody @Valid BookmarkRequestDto.BookmarkImageUpdateRequestDto dto,
@PathVariable Long bookmarkId,
@AuthenticationPrincipal CustomUserDetails userDetails
) {
Expand Down

0 comments on commit f48da33

Please sign in to comment.