Skip to content

Commit

Permalink
First version of Manage Spring public API
Browse files Browse the repository at this point in the history
  • Loading branch information
vertigo17 committed Jan 4, 2025
1 parent 1b2f333 commit 272068b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public ResponseWrapper manageStart(

}

/*
@ApiOperation("Clean Cerberus Instance from old PE executions")
@ApiResponse(code = 200, message = "ok")
@JsonView(View.Public.POST.class)
Expand Down Expand Up @@ -142,5 +143,5 @@ public ResponseWrapper cleanPEExecutions(
return new ResponseWrapper<>(HttpStatus.ACCEPTED, String.valueOf(executionArray.length()) + " PE Execution(s) cleaned");
}

*/
}

0 comments on commit 272068b

Please sign in to comment.