Drop the unused `setUnauthenticatedDelivery` endpoint
This commit is contained in:
parent
cc7bb8b549
commit
2093fed554
|
@ -400,14 +400,6 @@ public class DeviceController {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@PUT
|
|
||||||
@Produces(MediaType.APPLICATION_JSON)
|
|
||||||
@Path("/unauthenticated_delivery")
|
|
||||||
public void setUnauthenticatedDelivery(@Mutable @Auth AuthenticatedDevice auth) {
|
|
||||||
assert (auth.getAuthenticatedDevice() != null);
|
|
||||||
// Deprecated
|
|
||||||
}
|
|
||||||
|
|
||||||
@PUT
|
@PUT
|
||||||
@Produces(MediaType.APPLICATION_JSON)
|
@Produces(MediaType.APPLICATION_JSON)
|
||||||
@Path("/capabilities")
|
@Path("/capabilities")
|
||||||
|
|
Loading…
Reference in New Issue