mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-06-21 00:45:18 +00:00
Add support for movie posts
This commit is contained in:
@ -20,5 +20,5 @@ pub fn get_list_user(r: &mut HttpRequestHandler) -> RequestResult {
|
||||
.set_start_from(start_from)
|
||||
.get_user(&user_id)?;
|
||||
|
||||
r.set_response(PostAPI::for_list(&posts))
|
||||
r.set_response(PostAPI::for_list(&posts)?)
|
||||
}
|
Reference in New Issue
Block a user