pub async fn get_vertipad_by_id(
    __arg0: Extension<GrpcClients>,
    __arg1: Path<String>
) -> Result<Json<Vertipad>, (StatusCode, String)>
Expand description

Get an Vertipad by its id.