Example #1
0
 public IActionResult GetDetails(string sha)
 {
     return(Ok(commitProvider.GetDetails(sha)));
 }