-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
@PutMapping("/user")
public ResponseDto update(@RequestBody User user, @AuthenticationPrincipal PrincipalDetail principalDetail) { // key=value, x-www-form-urlencoded
userService.회원수정(user);
// 세션 정보 변경
principalDetail.setUser(user);
return new ResponseDto<Integer>(HttpStatus.OK.value(), 1);
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels