Skip to content

Commit

Permalink
Fixing alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
TebaleloS committed Oct 1, 2024
2 parents d1f8fbc + e281c73 commit c433c8a
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ trait Routes extends Endpoints with ServerOptions {
createPartitioningEndpointV1,
// postPartitioningEndpointV2,
// patchPartitioningAdditionalDataEndpointV2,
// getPartitioningCheckpointsEndpointV2,
// getPartitioningCheckpointEndpointV2,
// getPartitioningMeasuresEndpointV2,
// getPartitioningEndpointV2,
// getPartitioningMeasuresEndpointV2,
// getFlowPartitioningsEndpointV2,
// getPartitioningMainFlowEndpointV2
// getPartitioningCheckpointsEndpointV2,
// getPartitioningCheckpointEndpointV2,
// getPartitioningMeasuresEndpointV2,
// getPartitioningEndpointV2,
// getPartitioningMeasuresEndpointV2,
// getFlowPartitioningsEndpointV2,
// getPartitioningMainFlowEndpointV2
)
ZHttp4sServerInterpreter[HttpEnv.Env](http4sServerOptions(None))
.from(SwaggerInterpreter().fromEndpoints[HttpEnv.F](endpoints, "Atum API", "1.0"))
Expand Down

0 comments on commit c433c8a

Please sign in to comment.