Add externalprofile to TwAPI.
This commit is contained in:
parent
2e753e8cd7
commit
36448d6483
5 changed files with 38 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue