After 'mix phx.new generic_rest_server --binary-id --no-install'
This commit is contained in:
10
lib/generic_rest_server_web/controllers/page_html.ex
Normal file
10
lib/generic_rest_server_web/controllers/page_html.ex
Normal file
@ -0,0 +1,10 @@
|
||||
defmodule GenericRestServerWeb.PageHTML do
|
||||
@moduledoc """
|
||||
This module contains pages rendered by PageController.
|
||||
|
||||
See the `page_html` directory for all templates available.
|
||||
"""
|
||||
use GenericRestServerWeb, :html
|
||||
|
||||
embed_templates "page_html/*"
|
||||
end
|
||||
Reference in New Issue
Block a user