forked from AkkomaGang/akkoma
Add one more alias for twapi twkn.
This commit is contained in:
parent
7db76a0f0e
commit
fcd34096db
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ def user_fetcher(username) do
|
|||
|
||||
get "/statuses/public_timeline", TwitterAPI.Controller, :public_timeline
|
||||
get "/statuses/public_and_external_timeline", TwitterAPI.Controller, :public_and_external_timeline
|
||||
get "/statuses/networkpublic_timeline", TwitterAPI.Controller, :public_and_external_timeline
|
||||
get "/statuses/user_timeline", TwitterAPI.Controller, :user_timeline
|
||||
|
||||
get "/statuses/show/:id", TwitterAPI.Controller, :fetch_status
|
||||
|
|
Loading…
Reference in a new issue