„lib/chiya_web/error.ex“ ändern

This commit is contained in:
inhji 2023-07-07 10:14:40 +02:00
parent 74c5524ec7
commit 67417922a2

View file

@ -2,7 +2,7 @@ defmodule ChiyaWeb.Error do
import Plug.Conn, only: [put_status: 2]
import Phoenix.Controller, only: [put_view: 2, render: 3]
plug :put_root_layout, {ChiyaWeb.Layouts, :root_app}
plug :put_root_layout, {ChiyaWeb.Layouts, :root_error}
def render_error(conn, :not_found, assigns \\ []) do
conn