Add proper callback route for websub confirmation.
This commit is contained in:
parent
90da25505f
commit
451d18af63
4 changed files with 12 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue