Skip to content

Commit

Permalink
Revert "Revert "[#1] Feat : 도커 데스트를 위한 socialType 추가""
Browse files Browse the repository at this point in the history
  • Loading branch information
mmihye authored May 22, 2024
1 parent 40cd34d commit fe879f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/java/Journey/Together/domain/SocialType.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package Journey.Together.domain;

import lombok.AllArgsConstructor;
import lombok.Getter;

@Getter
@AllArgsConstructor
public enum SocialType {
KAKAO,
NAVER;
}

0 comments on commit fe879f6

Please sign in to comment.