Skip to content

Commit

Permalink
damnit
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Oct 31, 2023
1 parent f23c82d commit ab43e73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public Response postProxy(
@Path("/proxy/{container}/{request}")
@Operation(hidden = true)
public Response getProxy(
@PathParam("containerId") String containerId,
@PathParam("container") String containerId,
@PathParam("request") String request
) {
return proxyWebClient.getProxy(containerId, request);
Expand Down

0 comments on commit ab43e73

Please sign in to comment.