Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobasco99 committed Jun 13, 2024
1 parent 932bbb7 commit cbcf872
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ else if(count < 2){
return Response.ok().entity(response).build();
}
@POST
@Path("/questions")
@Path("/nextQuestion")
@Consumes(MediaType.TEXT_PLAIN)
@Produces(MediaType.APPLICATION_JSON)
@ApiOperation(
Expand Down

0 comments on commit cbcf872

Please sign in to comment.