Advertisement
Guest User

Untitled

a guest
May 31st, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. @POST
  2. @Path("/hi")
  3. public Response recievePrograms(String thingy) {
  4. System.out.print(thingy);
  5. return Response.ok().build();
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement