Skip to content

Commit

Permalink
Closes #263 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
TebaleloS authored Oct 1, 2024
1 parent 2c1a107 commit 7889f62
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions server/src/main/scala/za/co/absa/atum/server/api/http/Routes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,17 @@ trait Routes extends Endpoints with ServerOptions {
private def createSwaggerRoutes: HttpRoutes[HttpEnv.F] = {
val endpoints = List(
createCheckpointEndpointV1,
postCheckpointEndpointV2,
// postCheckpointEndpointV2,
createPartitioningEndpointV1,
postPartitioningEndpointV2,
patchPartitioningAdditionalDataEndpointV2,
getPartitioningCheckpointsEndpointV2,
getPartitioningCheckpointEndpointV2,
getPartitioningMeasuresEndpointV2,
getPartitioningEndpointV2,
getPartitioningMeasuresEndpointV2,
getFlowPartitioningsEndpointV2,
getPartitioningMainFlowEndpointV2
// postPartitioningEndpointV2,
// patchPartitioningAdditionalDataEndpointV2,
// 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 7889f62

Please sign in to comment.