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

Get all vertipads from the database.