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

View file

@ -31,6 +31,7 @@ defmodule Pleroma.Web.Router 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