Skip to content

Commit b90ee47

Browse files
committed
refactor: 메서드 명 수정
1 parent df82e79 commit b90ee47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/somemore/user/controller/UserCommandController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public ApiResponse<String> updateBasicInfo(
5353
@Secured({"ROLE_VOLUNTEER", "ROLE_CENTER"})
5454
@PutMapping("/image/volunteer")
5555
@Operation(summary = "유저 프로필 이미지 수정", description = "프로필 이미지를 수정합니다. 응답으로 제공되는 URL에 이미지를 PUT 해야 합니다.")
56-
public ApiResponse<String> updateVolunteerImage(
56+
public ApiResponse<String> updateImage(
5757
@UserId UUID userId,
5858
@Valid @RequestBody ImgUrlRequestDto imgUrlRequestDto
5959
) {

0 commit comments

Comments
 (0)