fix rss feed post code!
This commit is contained in:
parent
3a1fcfb3c3
commit
31913848e7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue