Return feed for xml requests of the user.

This commit is contained in:
Roger Braun 2017-05-01 14:07:41 +02:00
parent 35938656ab
commit d187a4965f
1 changed files with 1 additions and 0 deletions

View File

@ -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