Function backend::service::drawings::find

source ·
pub async fn find(
    map_id: i32,
    app_data: &Data<AppDataInner>,
) -> Result<Vec<DrawingDto>, ServiceError>
Expand description

Get all drawings from one map.

§Errors

If the connection to the database could not be established.