Skip to content

Commit

Permalink
Hiding in-active endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
TebaleloS committed Sep 25, 2024
1 parent 2203397 commit 8c2fb0f
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ trait Routes extends Endpoints with ServerOptions {
private def createSwaggerRoutes: HttpRoutes[HttpEnv.F] = {
val endpoints = List(
createCheckpointEndpointV1,
postCheckpointEndpointV2,
// postCheckpointEndpointV2,
createPartitioningEndpointV1,
postPartitioningEndpointV2,
// postPartitioningEndpointV2,
patchPartitioningAdditionalDataEndpointV2,
getPartitioningCheckpointsEndpointV2,
getPartitioningCheckpointEndpointV2,
getFlowCheckpointsEndpointV2,
getPartitioningMeasuresEndpointV2
// getPartitioningCheckpointsEndpointV2,
// getPartitioningCheckpointEndpointV2,
// getFlowCheckpointsEndpointV2,
// getPartitioningMeasuresEndpointV2
)
ZHttp4sServerInterpreter[HttpEnv.Env](http4sServerOptions(None))
.from(SwaggerInterpreter().fromEndpoints[HttpEnv.F](endpoints, SwaggerApiName, SwaggerApiVersion))
Expand Down

0 comments on commit 8c2fb0f

Please sign in to comment.