feat: add user following and followers endpoints, update user profile response structure
This commit is contained in:
@@ -20,6 +20,8 @@ use models::schemas::{
|
||||
user_outbox_get,
|
||||
get_me,
|
||||
update_me,
|
||||
get_user_followers,
|
||||
get_user_following
|
||||
),
|
||||
components(schemas(
|
||||
CreateUserParams,
|
||||
|
Reference in New Issue
Block a user