Add user timelines to Masto Api.

This commit is contained in:
Roger Braun 2017-09-10 17:46:43 +02:00
commit 7616b202ea
3 changed files with 32 additions and 1 deletions

View file

@ -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