fix

Co-authored-by: MaxchilKH <m.w.bohdanowicz@gmail.com>
This commit is contained in:
maxchil 2020-10-26 12:13:23 +01:00
parent 3d5fa43135
commit 2da7349578

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")]