Files
webmon/lib/webmon_web/controllers/page_html.ex

6 lines
92 B
Elixir
Raw Normal View History

2024-01-20 19:10:56 +01:00
defmodule WebmonWeb.PageHTML do
use WebmonWeb, :html
embed_templates "page_html/*"
end