Added a note about the phoenix bug
This commit is contained in:
parent
988f0b4513
commit
5db810590a
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ defmodule PinchflatWeb.Sources.SourceHTML do
|
|||
|
||||
def rss_feed_url(conn, source) do
|
||||
# NOTE: The reason for this concatenation is to avoid what appears to be a bug in Phoenix
|
||||
# See: https://github.com/phoenixframework/phoenix/issues/6033
|
||||
url(conn, ~p"/sources/#{source.uuid}/feed") <> ".xml"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue