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

8 lines
94 B
Elixir
Raw Normal View History

2025-01-16 20:23:58 +00:00
defmodule BrightWeb.AuthHTML do
use BrightWeb, :html
embed_templates "auth_html/*"
end