TwitterAPI: Add /friends/ids.
This commit is contained in:
parent
773eba4f0b
commit
3533bf7eac
3 changed files with 32 additions and 0 deletions
|
|
@ -189,6 +189,7 @@ defmodule Pleroma.Web.Router do
|
|||
|
||||
get "/statuses/followers", TwitterAPI.Controller, :followers
|
||||
get "/statuses/friends", TwitterAPI.Controller, :friends
|
||||
get "/friends/ids", TwitterAPI.Controller, :friends_ids
|
||||
|
||||
get "/externalprofile/show", TwitterAPI.Controller, :external_profile
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue