Redirect to user feed instead of directly serving it.
This commit is contained in:
parent
1854842b09
commit
92a8944dfe
3 changed files with 8 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ defmodule Pleroma.Web.Router do
|
|||
pipe_through :ostatus
|
||||
|
||||
get "/users/:nickname/feed", OStatus.OStatusController, :feed
|
||||
get "/users/:nickname", OStatus.OStatusController, :feed
|
||||
get "/users/:nickname", OStatus.OStatusController, :feed_redirect
|
||||
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…
Add table
Add a link
Reference in a new issue