This commit is contained in:
crusader
2018-06-12 13:01:23 +09:00
parent dff9759722
commit 400325ef7c
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ public interface NoAuthProbeService {
List<NoAuthProbe> readAllByDomainID(Long id) throws OverflowException;
@WebappAPI
List<NoAuthProbe> acceptNoAuthProbe(Long id) throws OverflowException;
List<NoAuthProbe> acceptNoAuthProbe(Long id, String zoneCIDR) throws OverflowException;
@WebappAPI
List<NoAuthProbe> denyNoauthProbe(Long id) throws OverflowException;