We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5253c commit 791223dCopy full SHA for 791223d
1 file changed
lib/diff_web.ex
@@ -19,7 +19,9 @@ defmodule DiffWeb do
19
20
def controller do
21
quote do
22
- use Phoenix.Controller, namespace: DiffWeb
+ use Phoenix.Controller, formats: [:html]
23
+
24
+ plug :put_layout, html: DiffWeb.LayoutView
25
26
import Plug.Conn
27
import DiffWeb.Gettext
0 commit comments