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.
1 parent 4af41f0 commit 10f82cbCopy full SHA for 10f82cb
src/main/java/com/somemore/user/controller/UserCommandController.java
@@ -51,7 +51,7 @@ public ApiResponse<String> updateBasicInfo(
51
}
52
53
@Secured({"ROLE_VOLUNTEER", "ROLE_CENTER"})
54
- @PutMapping("/image/volunteer")
+ @PutMapping("/image")
55
@Operation(summary = "유저 프로필 이미지 수정", description = "프로필 이미지를 수정합니다. 응답으로 제공되는 URL에 이미지를 PUT 해야 합니다.")
56
public ApiResponse<String> updateImage(
57
@UserId UUID userId,
0 commit comments