Skip to content

Commit

Permalink
Merge pull request #56 from taking/taking
Browse files Browse the repository at this point in the history
Fix: SuccessCode 수정
  • Loading branch information
taking authored Oct 30, 2023
2 parents 1784c66 + 7197d3a commit 4ce3fe9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public enum SuccessCode {
REGISTER_SUCCESS(200, "회원가입 완료"),
USERID_CHECK_OK(200, "사용 가능합니다."),
PASSWORD_RESET_OK(200, "비밀번호 초기화 이메일 발송 완료"),
EMAIL_INVITE_USER_OK(200, "사용자(랑부) 초대 이메일 발송 완료"),
EMAIL_CHECK_OK(200, "이메일 인증 완료"),
EMAIL_RESEND_OK(200, "이메일 인증 메일 재발송 완료");

Expand Down
1 change: 0 additions & 1 deletion nw/src/main/java/lab/cherry/nw/model/EventEntity.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import io.swagger.v3.oas.annotations.media.Schema;
Expand Down

0 comments on commit 4ce3fe9

Please sign in to comment.