Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Oct 31, 2023
1 parent ffbb2f2 commit 40b5137
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,11 @@ public Response generateContinuousBin(QueryRequest continuousData, @Context Http


@POST
@Path("/proxy/{container}/{request}")
@Path("/proxy/{container}")
@Operation(hidden = true)
Response postProxy(
@PathParam("container") String containerId,
@PathParam("request") String request,
// @PathParam("request") String request,
String body
) {
return proxyWebClient.postProxy(containerId, request, body);
Expand Down

0 comments on commit 40b5137

Please sign in to comment.