Add followers endpoint.
This commit is contained in:
parent
44aef2183e
commit
94a394e3a8
4 changed files with 36 additions and 0 deletions
|
|
@ -70,6 +70,8 @@ defmodule Pleroma.Web.Router do
|
|||
post "/favorites/destroy/:id", TwitterAPI.Controller, :unfavorite
|
||||
|
||||
post "/qvitter/update_avatar", TwitterAPI.Controller, :update_avatar
|
||||
|
||||
get "/statuses/followers", TwitterAPI.Controller, :followers
|
||||
end
|
||||
|
||||
pipeline :ostatus do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue