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 f0a500f commit e500933
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,14 +284,14 @@ Response postProxy(
return proxyWebClient.postProxy(containerId, request, body);
}

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

}

0 comments on commit e500933

Please sign in to comment.