Add the jump type in the tunnel flight
This commit is contained in:
@@ -65,6 +65,7 @@ namespace skydiveLogs_api.Controllers
|
||||
public void Post([FromBody] TunnelFlightReq value)
|
||||
{
|
||||
_tunnelFlightService.AddNewFlight(value.TunnelId,
|
||||
value.JumpTypeId,
|
||||
_mapper.Map<TunnelFlight>(value));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user