Skip to content

Commit

Permalink
유저 삭제 구현 + 스케쥴 삭제 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
uiyeon committed Nov 25, 2022
1 parent 63415d7 commit 2bd9961
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public ResponseEntity<Response> getInfo() {
return new ResponseEntity<>(body, Response.getDefaultHeader(), HttpStatus.OK);
}


//내 정보 수정
@PutMapping("/user/me")
public ResponseEntity<Response> updateUser(@RequestBody UserRequestDto user) {
Expand Down

0 comments on commit 2bd9961

Please sign in to comment.