add: manage followers page
This commit is contained in:
parent
959a125992
commit
70ecc6f96e
8 changed files with 119 additions and 6 deletions
|
@ -293,6 +293,10 @@ pub fn routes() -> Router {
|
|||
"/auth/user/{id}/follow/accept",
|
||||
post(auth::social::accept_follow_request),
|
||||
)
|
||||
.route(
|
||||
"/auth/user/{id}/force_unfollow_me",
|
||||
post(auth::social::force_unfollow_me_request),
|
||||
)
|
||||
.route("/auth/user/{id}/block", post(auth::social::block_request))
|
||||
.route(
|
||||
"/auth/user/{id}/block_ip",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue