Initial commit
This commit is contained in:
commit
4a0cbeb094
48 changed files with 4072 additions and 0 deletions
7
lib/learning_phoenix_web/controllers/page_controller.ex
Normal file
7
lib/learning_phoenix_web/controllers/page_controller.ex
Normal file
|
@ -0,0 +1,7 @@
|
|||
defmodule LearningPhoenixWeb.PageController do
|
||||
use LearningPhoenixWeb, :controller
|
||||
|
||||
def home(conn, _params) do
|
||||
render(conn, :home)
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue