|
|
@ -74,7 +74,7 @@ namespace CoviDok.Controllers |
|
|
|
try |
|
|
|
{ |
|
|
|
Case c = await mgr.CreateCase(s, data.DoctorID, data.ChildID, data.Title, data.StartDate); |
|
|
|
return CreatedAtAction("GetPublicChild", new { id = c.Id }, c); |
|
|
|
return CreatedAtAction("PostGetCase", new { id = c.Id }, c); |
|
|
|
} |
|
|
|
catch (UnauthorizedAccessException) |
|
|
|
{ |
|
|
|