Add externalprofile to TwAPI.

This commit is contained in:
Roger Braun 2017-05-10 18:44:57 +02:00
commit 36448d6483
5 changed files with 38 additions and 0 deletions

View file

@ -38,6 +38,8 @@ defmodule Pleroma.Web.Router do
get "/statusnet/conversation/:id", TwitterAPI.Controller, :fetch_conversation
post "/account/register", TwitterAPI.Controller, :register
get "/externalprofile/show", TwitterAPI.Controller, :external_profile
end
scope "/api", Pleroma.Web do