initial commit
This commit is contained in:
commit
a22ba724df
47 changed files with 4251 additions and 0 deletions
7
lib/birdy_chat_web/controllers/page_controller.ex
Normal file
7
lib/birdy_chat_web/controllers/page_controller.ex
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
defmodule BirdyChatWeb.PageController do
|
||||
use BirdyChatWeb, :controller
|
||||
|
||||
def home(conn, _params) do
|
||||
render(conn, :home)
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue