Add user timelines to Masto Api.
This commit is contained in:
parent
b8912ff954
commit
7616b202ea
3 changed files with 32 additions and 1 deletions
|
|
@ -48,6 +48,8 @@ defmodule Pleroma.Web.Router do
|
|||
|
||||
get "/statuses/:id", MastodonAPIController, :get_status
|
||||
get "/statuses/:id/context", MastodonAPIController, :get_context
|
||||
|
||||
get "/accounts/:id/statuses", MastodonAPIController, :user_statuses
|
||||
end
|
||||
|
||||
scope "/api/v1", Pleroma.Web.MastodonAPI do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue