Function dossier::api::delete_file

source ·
pub async fn delete_file<C: AsyncConnection + Clone>(
    path: &str,
    database: &C
) -> HandlerResult<DeleteFile>