Skip to content

Commit

Permalink
feat: 메소드 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
GGHDMS committed Dec 17, 2023
1 parent e251e31 commit ea07cdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class UserController(
}

@PatchMapping("/users/my")
fun updateMaleInfo(
fun updateMyInfo(
@RequestBody updateRequestDto: UpdateRequestDto,
@AuthenticationPrincipal userPrincipal: UserPrincipal,
): UpdateResponseDto {
Expand Down

0 comments on commit ea07cdc

Please sign in to comment.