Skip to content

Commit

Permalink
amsdasdas
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Oct 31, 2023
1 parent 437ef30 commit dd2f1cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ default Response generateContinuousBin(QueryRequest continuousData) {


@POST
@Path("/proxy/{container}/{request}")
@Path("/services/{container}/{request}")
@Operation(hidden = true)
default Response postProxy(
@PathParam("containerId") String containerId,
Expand All @@ -95,7 +95,7 @@ default Response postProxy(
}

@GET
@Path("/proxy/{container}/{request}")
@Path("/services/{container}/{request}")
@Operation(hidden = true)
default Response getProxy(
@PathParam("containerId") String containerId,
Expand Down

0 comments on commit dd2f1cc

Please sign in to comment.