ing
This commit is contained in:
parent
dff9759722
commit
400325ef7c
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
<groupId>com.loafle.overflow</groupId>
|
<groupId>com.loafle.overflow</groupId>
|
||||||
<artifactId>commons-java</artifactId>
|
<artifactId>commons-java</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.0.44-SNAPSHOT</version>
|
<version>1.0.45-SNAPSHOT</version>
|
||||||
<name>com.loafle.overflow.commons-java</name>
|
<name>com.loafle.overflow.commons-java</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -27,7 +27,7 @@ public interface NoAuthProbeService {
|
||||||
List<NoAuthProbe> readAllByDomainID(Long id) throws OverflowException;
|
List<NoAuthProbe> readAllByDomainID(Long id) throws OverflowException;
|
||||||
|
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
List<NoAuthProbe> acceptNoAuthProbe(Long id) throws OverflowException;
|
List<NoAuthProbe> acceptNoAuthProbe(Long id, String zoneCIDR) throws OverflowException;
|
||||||
|
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
List<NoAuthProbe> denyNoauthProbe(Long id) throws OverflowException;
|
List<NoAuthProbe> denyNoauthProbe(Long id) throws OverflowException;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user