Add relationships to masto api.
This commit is contained in:
parent
f03524805f
commit
49929321c7
5 changed files with 65 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ defmodule Pleroma.Web.Router do
|
|||
pipe_through :authenticated_api
|
||||
|
||||
get "/accounts/verify_credentials", MastodonAPIController, :verify_credentials
|
||||
get "/accounts/relationships", MastodonAPIController, :relationships
|
||||
|
||||
get "/timelines/home", MastodonAPIController, :home_timeline
|
||||
|
||||
post "/statuses", MastodonAPIController, :post_status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue