TwitterAPI: Add tag timeline.
This commit is contained in:
parent
b7b3e3f263
commit
255a681782
2 changed files with 17 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ defmodule Pleroma.Web.Router do
|
|||
end
|
||||
|
||||
get "/search", TwitterAPI.Controller, :search
|
||||
get "/statusnet/tags/:tag", TwitterAPI.Controller, :public_and_external_timeline
|
||||
get "/externalprofile/show", TwitterAPI.Controller, :external_profile
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue