Drop the unused setUnauthenticatedDelivery endpoint

This commit is contained in:
Jon Chambers
2024-10-08 15:40:49 -04:00
committed by ravi-signal
parent cc7bb8b549
commit 2093fed554

View File

@@ -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
@Produces(MediaType.APPLICATION_JSON)
@Path("/capabilities")