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
|
|
@ -75,6 +75,7 @@ defmodule Pleroma.Web.Router do
|
|||
|
||||
get "/users/:nickname/feed", OStatus.OStatusController, :feed
|
||||
post "/users/:nickname/salmon", OStatus.OStatusController, :salmon_incoming
|
||||
post "/push/subscriptions/:id", Websub.WebsubController, :websub_subscription_confirmation
|
||||
post "/push/hub/:nickname", Websub.WebsubController, :websub_subscription_request
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue