From 67417922a2fdfdfe9d4b37f2a525389b8fcc5ef7 Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 7 Jul 2023 10:14:40 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elib/chiya=5Fweb/error.ex=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/chiya_web/error.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chiya_web/error.ex b/lib/chiya_web/error.ex index 04bd80d..232aa33 100644 --- a/lib/chiya_web/error.ex +++ b/lib/chiya_web/error.ex @@ -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