From 2f61727a57f683b329b54b78d9822cf599eaecef Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 10 Mar 2023 09:59:44 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elib/chiya=5Fweb/controllers/admin=5Fht?= =?UTF-8?q?ml.ex=E2=80=9C=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/chiya_web/controllers/admin_html.ex | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/chiya_web/controllers/admin_html.ex diff --git a/lib/chiya_web/controllers/admin_html.ex b/lib/chiya_web/controllers/admin_html.ex new file mode 100644 index 0000000..8f604c2 --- /dev/null +++ b/lib/chiya_web/controllers/admin_html.ex @@ -0,0 +1,5 @@ +defmodule ChiyaWeb.AdminHTML do + use ChiyaWeb, :html + + embed_templates "admin_html/*" +end \ No newline at end of file