Skip to content

Commit

Permalink
add consume mediatype to biwibot
Browse files Browse the repository at this point in the history
  • Loading branch information
Yinnii committed Oct 17, 2023
1 parent 7360dd0 commit 9318c5d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ public Response chat(String body) {

@POST
@Path("/biwibot")
@Consumes(MediaType.APPLICATION_JSON)
@Produces(MediaType.APPLICATION_JSON)
@ApiResponses(
value = {
Expand Down

0 comments on commit 9318c5d

Please sign in to comment.