Minor Bugfix

This commit is contained in:
giuseppe.bueti
2016-02-07 20:29:30 +01:00
parent 913f2908e0
commit 929a7d7483
3 changed files with 17 additions and 23 deletions
@@ -23,12 +23,6 @@ public interface ServicesInterface {
List<Movie> listMovies();
@GET
@Path("/listmovies")
@Produces({"application/json"})
List<Movie> listMovies();
@POST
@Path("/addmovie")
@Consumes({MediaType.APPLICATION_JSON,MediaType.APPLICATION_XML})