Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Oct 31, 2023
1 parent e500933 commit d026804
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,16 +273,16 @@ public Response generateContinuousBin(QueryRequest continuousData, @Context Http
}


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

// @GET
// @Path("/proxy/{container}/{request}")
Expand Down

0 comments on commit d026804

Please sign in to comment.