Add page
This commit is contained in:
parent
f88c247a5c
commit
577e273a1b
5 changed files with 35 additions and 3 deletions
7
lib/nulla_web/controllers/page_controller.ex
Normal file
7
lib/nulla_web/controllers/page_controller.ex
Normal file
|
@ -0,0 +1,7 @@
|
|||
defmodule NullaWeb.PageController do
|
||||
use NullaWeb, :controller
|
||||
|
||||
def home(conn, _params) do
|
||||
render(conn, :home, layout: false)
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue