Skip to content

Commit 10f82cb

Browse files
committed
feat: 엔드포인트 수정
1 parent 4af41f0 commit 10f82cb

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
@@ -51,7 +51,7 @@ public ApiResponse<String> updateBasicInfo(
5151
}
5252

5353
@Secured({"ROLE_VOLUNTEER", "ROLE_CENTER"})
54-
@PutMapping("/image/volunteer")
54+
@PutMapping("/image")
5555
@Operation(summary = "유저 프로필 이미지 수정", description = "프로필 이미지를 수정합니다. 응답으로 제공되는 URL에 이미지를 PUT 해야 합니다.")
5656
public ApiResponse<String> updateImage(
5757
@UserId UUID userId,

0 commit comments

Comments
 (0)