Function find
pub fn find(
app_data: Data<AppData>,
user_id: Uuid,
jwt_token: JwtToken,
) -> Result<ShortUserResponse, StatusMessage>
Expand description
This is a cached function that uses the FIND
cached static.
pub fn find(
app_data: Data<AppData>,
user_id: Uuid,
jwt_token: JwtToken,
) -> Result<ShortUserResponse, StatusMessage>
This is a cached function that uses the FIND
cached static.