Example #1
0
 public Task Redeploy([FromBody] RedeployRequestDto dto)
 {
     return(_deploymentService.RedeployAsync(dto.Environment));
 }