ezcontainer_example/lib/ezcontainer_railway_web/controllers/page_html.ex

6 lines
116 B
Elixir
Raw Permalink Normal View History

2023-10-24 23:23:57 -04:00
defmodule EzcontainerRailwayWeb.PageHTML do
use EzcontainerRailwayWeb, :html
embed_templates "page_html/*"
end