test
This commit is contained in:
@@ -35,9 +35,6 @@ public interface MemberService {
|
||||
@WebappAPI
|
||||
void withdrawal(Long memberId) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<Member> readAllByProbeKey(String probeKey) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<Member> readAllByApiKey(String apikey) throws OverflowException;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user