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

5 lines
95 B
Elixir
Raw Normal View History

2025-01-03 14:45:35 +00:00
defmodule BrightWeb.PatronHTML do
use BrightWeb, :html
embed_templates "patron_html/*"
end