Skip to content

Commit

Permalink
remove Consumes APPLICATION_JSON Content-type (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
gibarsin committed Feb 5, 2017
1 parent b7ba13b commit 092c171
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ public Response studentsCoursesNew(
}

@DELETE
@Consumes(MediaType.APPLICATION_JSON)
@Path("/{docket}/courses/{courseId}")
public Response studentsCoursesDestroy(
@PathParam("docket") final Integer docket,
Expand Down

0 comments on commit 092c171

Please sign in to comment.