mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-12-24 02:57:04 +01:00
Return feed for xml requests of the user.
This commit is contained in:
parent
35938656ab
commit
d187a4965f
@ -74,6 +74,7 @@ defmodule Pleroma.Web.Router do
|
||||
pipe_through :ostatus
|
||||
|
||||
get "/users/:nickname/feed", OStatus.OStatusController, :feed
|
||||
get "/users/:nickname", OStatus.OStatusController, :feed
|
||||
post "/users/:nickname/salmon", OStatus.OStatusController, :salmon_incoming
|
||||
post "/push/hub/:nickname", Websub.WebsubController, :websub_subscription_request
|
||||
get "/push/subscriptions/:id", Websub.WebsubController, :websub_subscription_confirmation
|
||||
|
Loading…
Reference in New Issue
Block a user