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

6 lines
129 B
Elixir
Raw Normal View History

defmodule BeetRoundServerWeb.AdminSettingsHTML do
use BeetRoundServerWeb, :html
embed_templates "admin_settings_html/*"
end