Add UserController
This commit is contained in:
parent
f61444cffa
commit
178c2bf72e
5 changed files with 81 additions and 2 deletions
10
lib/nulla_web/controllers/user_html.ex
Normal file
10
lib/nulla_web/controllers/user_html.ex
Normal file
|
@ -0,0 +1,10 @@
|
|||
defmodule NullaWeb.UserHTML do
|
||||
@moduledoc """
|
||||
This module contains pages rendered by UserController.
|
||||
|
||||
See the `user_html` directory for all templates available.
|
||||
"""
|
||||
use NullaWeb, :html
|
||||
|
||||
embed_templates "user_html/*"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue