Files
webmon/lib/webmon_web/controllers/page_html.ex
Rüdiger Diedrich 5e6035ac46 init
2024-01-20 19:10:56 +01:00

6 lines
92 B
Elixir

defmodule WebmonWeb.PageHTML do
use WebmonWeb, :html
embed_templates "page_html/*"
end