Skip to content

Commit

Permalink
Fix Content type
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Nov 6, 2024
1 parent 4eb3f36 commit ed45d79
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ public Response getProxy(

@GET
@Path("/query/{queryId}/signed-redirect")
@Consumes("*/*")
public Response getSignedRedirect(
@PathParam("queryId") UUID queryId,
@QueryParam("target") String target,
Expand Down

0 comments on commit ed45d79

Please sign in to comment.