diff --git a/pom.xml b/pom.xml
index 7f70ccb..632a1da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
com.loafle.overflow
commons-java
jar
- 1.0.12-SNAPSHOT
+ 1.0.13-SNAPSHOT
com.loafle.overflow.commons-java
diff --git a/src/main/java/com/loafle/overflow/service/central/domain/DomainMemberService.java b/src/main/java/com/loafle/overflow/service/central/domain/DomainMemberService.java
index a609416..89218f4 100644
--- a/src/main/java/com/loafle/overflow/service/central/domain/DomainMemberService.java
+++ b/src/main/java/com/loafle/overflow/service/central/domain/DomainMemberService.java
@@ -16,7 +16,7 @@ public interface DomainMemberService {
void regist(DomainMember domainMember) throws OverflowException;
@WebappAPI
- Domain readDomainByMemberID(Long memberID) throws OverflowException;
+ Domain readDomainByMemberEmail(String memberEmail) throws OverflowException;
@WebappAPI
DomainMember readByMemberEmail(String email) throws OverflowException;