feat(user): routes and simple template
This commit is contained in:
parent
3fd0565227
commit
f1c1ca6d14
7 changed files with 80 additions and 0 deletions
10
lib/learning_phoenix_web/controllers/user_html.ex
Normal file
10
lib/learning_phoenix_web/controllers/user_html.ex
Normal file
|
@ -0,0 +1,10 @@
|
|||
defmodule LearningPhoenixWeb.UserHTML do
|
||||
@moduledoc """
|
||||
This module contains pages rendered by PageController.
|
||||
|
||||
See the `page_html` directory for all templates available.
|
||||
"""
|
||||
use LearningPhoenixWeb, :html
|
||||
|
||||
embed_templates "user_html/*"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue