feat: add user following and followers endpoints, update user profile response structure

This commit is contained in:
2025-09-06 19:43:46 +02:00
parent c7cb3f537d
commit 8552858c8c
9 changed files with 141 additions and 19 deletions

View File

@@ -20,6 +20,8 @@ use models::schemas::{
user_outbox_get,
get_me,
update_me,
get_user_followers,
get_user_following
),
components(schemas(
CreateUserParams,