diff --git a/src/main/java/org/gcube/portal/social/networking/ws/methods/v2/Lib.java b/src/main/java/org/gcube/portal/social/networking/ws/methods/v2/Lib.java index 38dbe72..110dccd 100644 --- a/src/main/java/org/gcube/portal/social/networking/ws/methods/v2/Lib.java +++ b/src/main/java/org/gcube/portal/social/networking/ws/methods/v2/Lib.java @@ -386,7 +386,7 @@ public class Lib { @GET @Produces(MediaType.APPLICATION_JSON) @Path("get-vre-post-by-hashtag-lib/") - public Response getVREFeedsByHashtagLib( + public Response getVREPostsByHashtagLib( @QueryParam("vreid") String vreid, @QueryParam("hashtag") @@ -890,7 +890,7 @@ public class Lib { } - @POST + @GET @Consumes(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON) @Path("get-user-notification-channels-lib/")