Skip to content

Commit

Permalink
[DOCS] API url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
EunbeenDev committed Aug 21, 2024
1 parent 41cea19 commit f41d4d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public ResponseEntity<?> getUserCharacterExist(@Parameter @CurrentUser UserPrinc
@ApiResponse(responseCode = "200", description = "탈퇴 성공", content = { @Content(mediaType = "application/json", schema = @Schema(implementation = Message.class) ) } ),
@ApiResponse(responseCode = "400", description = "탈퇴 실패", content = { @Content(mediaType = "application/json", schema = @Schema(implementation = ErrorResponse.class) ) } ),
})
@DeleteMapping("/user")
@DeleteMapping("/")
public ResponseEntity<?> cancelAccount(@Parameter @CurrentUser UserPrincipal userPrincipal) {
{
return userService.cancelAccount(userPrincipal);
Expand Down

0 comments on commit f41d4d0

Please sign in to comment.