don't index blobs

This commit is contained in:
Athou
2013-03-31 08:40:45 +02:00
parent 89c7a00ebf
commit 64439d36a2
3 changed files with 1 additions and 4 deletions

View File

@@ -112,6 +112,7 @@ public class SubscriptionsREST extends AbstractREST {
@GET
@Path("deleteCategory")
public Response deleteCategory(@QueryParam("id") Long id) {
feedCategoryService.deleteById(id);
return Response.ok().build();
}