feat: add user profile management with update and retrieval endpoints, enhance database setup for testing
This commit is contained in:
@@ -18,6 +18,8 @@ use models::schemas::{
|
||||
user_follow_delete,
|
||||
user_inbox_post,
|
||||
user_outbox_get,
|
||||
get_me,
|
||||
update_me
|
||||
),
|
||||
components(schemas(
|
||||
CreateUserParams,
|
||||
|
Reference in New Issue
Block a user