Files
wanderer/lib/wanderer_app_web/controllers/blog_html.ex
Dmitry Popov 4136aaad76 Initial commit
2024-09-18 01:55:30 +04:00

6 lines
102 B
Elixir

defmodule WandererAppWeb.BlogHTML do
use WandererAppWeb, :html
embed_templates "blog_html/*"
end