Method fix

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2023-12-13 14:07:11 +01:00
parent 16228bb5b0
commit c5e0bb84e8
1 changed files with 2 additions and 2 deletions

View File

@ -386,7 +386,7 @@ public class Lib {
@GET @GET
@Produces(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON)
@Path("get-vre-post-by-hashtag-lib/") @Path("get-vre-post-by-hashtag-lib/")
public Response getVREFeedsByHashtagLib( public Response getVREPostsByHashtagLib(
@QueryParam("vreid") @QueryParam("vreid")
String vreid, String vreid,
@QueryParam("hashtag") @QueryParam("hashtag")
@ -890,7 +890,7 @@ public class Lib {
} }
@POST @GET
@Consumes(MediaType.APPLICATION_JSON) @Consumes(MediaType.APPLICATION_JSON)
@Produces(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON)
@Path("get-user-notification-channels-lib/") @Path("get-user-notification-channels-lib/")