Add layout for public pages
This commit is contained in:
@ -15,6 +15,7 @@ defmodule OutlookWeb.Router do
|
||||
|
||||
pipeline :public_root_layout do
|
||||
plug :put_root_layout, "proot.html"
|
||||
plug :put_layout, {OutlookWeb.Layouts, :public}
|
||||
end
|
||||
|
||||
pipeline :api do
|
||||
|
||||
Reference in New Issue
Block a user