server/lib/boardwise_web/controllers/react_html.ex

6 lines
100 B
Elixir

defmodule BoardWiseWeb.ReactHTML do
use BoardWiseWeb, :html
embed_templates "react_html/*"
end