TwitterAPI: Add unimplemented /friendships/no_retweets/ids.
This commit is contained in:
parent
3533bf7eac
commit
22bbe27115
2 changed files with 5 additions and 0 deletions
|
|
@ -190,6 +190,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 "/friendships/no_retweets/ids", TwitterAPI.Controller, :empty_array
|
||||
|
||||
get "/externalprofile/show", TwitterAPI.Controller, :external_profile
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue