fp/services/bright/lib/bright_web/controllers/patron_html.ex

5 lines
95 B
Elixir

defmodule BrightWeb.PatronHTML do
use BrightWeb, :html
embed_templates "patron_html/*"
end