This commit is contained in:
MaxchilKH 2020-10-26 12:13:05 +01:00
parent 3d5fa43135
commit 8a2878481a

View File

@ -75,7 +75,7 @@ namespace InternshipSystem.Api.Controllers
return BadRequest(e.Message);
}
return Ok();
return Ok(internship.Documentation.First(d => d.Type == documentRequest.Type));
}
[HttpPut("{documentId}/scan")]