Skip to content

Commit

Permalink
πŸŒͺ️[REF]-#4- enum λͺ… λ³€κ²½
Browse files Browse the repository at this point in the history
MemberAPI -> MemberAuthMessage
및
디렉토리 이동
  • Loading branch information
daehwan2yo committed Dec 27, 2021
1 parent 4c48596 commit 1fc5114
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package com.codingwasabi.trti.domain.member;
package com.codingwasabi.trti.domain.member.model.enumValue;

import lombok.AllArgsConstructor;
import lombok.Getter;

@AllArgsConstructor
@Getter
public enum MemberAPI {
public enum MemberAuthMessage {
OAUTH_LOGIN("LOGIN"),
OAUTH_JOIN("JOIN");

Expand Down

0 comments on commit 1fc5114

Please sign in to comment.