Exemplo n.º 1
0
 public async Task <IActionResult> ImageStatus(Guid imageId)
 => Ok(await _imagesService.GetImageStatus(imageId));