Add one more alias for twapi twkn.

This commit is contained in:
Roger Braun 2017-05-06 22:26:36 +02:00
parent 7db76a0f0e
commit fcd34096db
1 changed files with 1 additions and 0 deletions

View File

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