Files
BeetRoundServer/lib/beet_round_server_web/controllers/admin_registration_html.ex

6 lines
137 B
Elixir

defmodule BeetRoundServerWeb.AdminRegistrationHTML do
use BeetRoundServerWeb, :html
embed_templates "admin_registration_html/*"
end