forked from AkkomaGang/akkoma
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into develop
This commit is contained in:
commit
f3e7771fd6
1 changed files with 2 additions and 0 deletions
|
@ -31,8 +31,10 @@ def user_fetcher(username) do
|
|||
scope "/api", Pleroma.Web do
|
||||
pipe_through :authenticated_api
|
||||
|
||||
get "/account/verify_credentials", TwitterAPI.Controller, :verify_credentials
|
||||
post "/account/verify_credentials", TwitterAPI.Controller, :verify_credentials
|
||||
post "/statuses/update", TwitterAPI.Controller, :status_update
|
||||
get "/statuses/home_timeline", TwitterAPI.Controller, :friends_timeline
|
||||
get "/statuses/friends_timeline", TwitterAPI.Controller, :friends_timeline
|
||||
post "/friendships/create", TwitterAPI.Controller, :follow
|
||||
post "/friendships/destroy", TwitterAPI.Controller, :unfollow
|
||||
|
|
Loading…
Reference in a new issue