ezcontainer_example/lib/ezcontainer_railway_web/controllers/container_html.ex
2023-10-25 03:58:10 -04:00

5 lines
126 B
Elixir

defmodule EzcontainerRailwayWeb.ContainerHTML do
use EzcontainerRailwayWeb, :html
embed_templates "container_html/*"
end