diff --git a/src/main/java/org/whispersystems/textsecuregcm/controllers/DeviceController.java b/src/main/java/org/whispersystems/textsecuregcm/controllers/DeviceController.java index e8690a735..2e9fecdf9 100644 --- a/src/main/java/org/whispersystems/textsecuregcm/controllers/DeviceController.java +++ b/src/main/java/org/whispersystems/textsecuregcm/controllers/DeviceController.java @@ -66,7 +66,6 @@ public class DeviceController { @Timed @GET - @Path("") @Produces(MediaType.APPLICATION_JSON) public VerificationCode createDeviceToken(@Auth Account account) throws RateLimitExceededException