fix rss feed post code!

This commit is contained in:
Adam Piontek 2021-04-07 17:08:41 -04:00
parent 3a1fcfb3c3
commit 31913848e7

View file

@ -24,6 +24,7 @@ But luckily, there's a new [put_root_layout/2](https://hexdocs.pm/phoenix/Phoeni
defmodule YourAppWeb.RSSController do
use YourAppWeb, :controller
plug :put_layout, false
plug :put_root_layout, false
...
end