intisync.ex/lib/intisync_web/controllers/page_html.ex
Victor Martinez 388ee90bb3 first commit
2024-03-23 16:20:44 +01:00

5 lines
96 B
Elixir

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