ezcontainer_example/lib/ezcontainer_railway_web/controllers/container_html.ex

6 lines
126 B
Elixir
Raw Permalink Normal View History

2023-10-25 03:58:10 -04:00
defmodule EzcontainerRailwayWeb.ContainerHTML do
use EzcontainerRailwayWeb, :html
embed_templates "container_html/*"
end