Function get_by_org_id_no_cache
pub fn get_by_org_id_no_cache(
app_data: Data<AppData>,
org_id: Uuid,
) -> Result<Vec<AllergiesResponse>, StatusMessage>
Expand description
Origin of the cached function get_by_org_id
.
pub fn get_by_org_id_no_cache(
app_data: Data<AppData>,
org_id: Uuid,
) -> Result<Vec<AllergiesResponse>, StatusMessage>
Origin of the cached function get_by_org_id
.