Add proper callback route for websub confirmation.

This commit is contained in:
Roger Braun 2017-04-28 09:51:47 +02:00
commit 451d18af63
4 changed files with 12 additions and 3 deletions

View file

@ -15,4 +15,9 @@ defmodule Pleroma.Web.Websub.WebsubController do
|> send_resp(500, reason)
end
end
def websub_subscription_confirmation(conn, params) do
IO.inspect(params)
conn
end
end