Add twkn timeline.
This commit is contained in:
parent
6dd8335477
commit
32a95d73da
5 changed files with 35 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ defmodule Pleroma.Web.Router do
|
|||
get "/statusnet/config", TwitterAPI.Controller, :config
|
||||
|
||||
get "/statuses/public_timeline", TwitterAPI.Controller, :public_timeline
|
||||
get "/statuses/public_and_external_timeline", TwitterAPI.Controller, :public_timeline
|
||||
get "/statuses/public_and_external_timeline", TwitterAPI.Controller, :public_and_external_timeline
|
||||
get "/statuses/user_timeline", TwitterAPI.Controller, :user_timeline
|
||||
|
||||
get "/statuses/show/:id", TwitterAPI.Controller, :fetch_status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue