mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-24 00:08:57 +00:00
elixir phoenix example
This commit is contained in:
10
elixir-phoenix/lib/hello_web/controllers/page_html.ex
Normal file
10
elixir-phoenix/lib/hello_web/controllers/page_html.ex
Normal file
@@ -0,0 +1,10 @@
|
||||
defmodule HelloWeb.PageHTML do
|
||||
@moduledoc """
|
||||
This module contains pages rendered by PageController.
|
||||
|
||||
See the `page_html` directory for all templates available.
|
||||
"""
|
||||
use HelloWeb, :html
|
||||
|
||||
embed_templates "page_html/*"
|
||||
end
|
||||
Reference in New Issue
Block a user