mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-03 13:58:41 +00:00
remove static_fe pipeline for /users/:nickname/feed
This commit is contained in:
parent
c00a19f371
commit
8241eff05b
1 changed files with 1 additions and 2 deletions
|
@ -835,8 +835,7 @@ defmodule Pleroma.Web.Router do
|
||||||
end
|
end
|
||||||
|
|
||||||
scope "/", Pleroma.Web do
|
scope "/", Pleroma.Web do
|
||||||
# Note: html format is supported only if static FE is enabled
|
pipe_through([:accepts_html_xml])
|
||||||
pipe_through([:accepts_html_xml, :static_fe])
|
|
||||||
|
|
||||||
get("/users/:nickname/feed", Feed.UserController, :feed, as: :user_feed)
|
get("/users/:nickname/feed", Feed.UserController, :feed, as: :user_feed)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue