Function find_no_cache
pub fn find_no_cache(
app_data: Data<AppData>,
user_id: Uuid,
jwt_token: JwtToken,
) -> Result<ShortUserResponse, StatusMessage>
Expand description
Origin of the cached function find
.
pub fn find_no_cache(
app_data: Data<AppData>,
user_id: Uuid,
jwt_token: JwtToken,
) -> Result<ShortUserResponse, StatusMessage>
Origin of the cached function find
.