Skip to content

Commit

Permalink
fix: Resolve conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Park-Young-Hun committed Feb 20, 2024
1 parent 8438b2e commit 0a62988
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/fullcar/core/response/SuccessCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ public enum SuccessCode {
UPDATE_SUCCESS(OK, "수정 성공"),
CODE_VERIFICATION_SUCCESS(OK, "인증 성공"),
WITHDRAW_SUCCESS(OK, "탈퇴 성공"),
SAVE_DEVICE_TOKEN_SUCCESS(OK, "디바이스 토큰 등록 성공");
SAVE_DEVICE_TOKEN_SUCCESS(OK, "디바이스 토큰 등록 성공"),
DELETE_SUCCESS(OK, "삭제 성공");

private final HttpStatus status;
private final String message;
Expand Down

0 comments on commit 0a62988

Please sign in to comment.