adds phoenix boilerplate and database api
- message communication added - database migration added - initial commit
This commit is contained in:
7
lib/bump_web/controllers/page_controller.ex
Normal file
7
lib/bump_web/controllers/page_controller.ex
Normal file
@ -0,0 +1,7 @@
|
||||
defmodule BumpWeb.PageController do
|
||||
use BumpWeb, :controller
|
||||
|
||||
def index(conn, _params) do
|
||||
render(conn, "index.html")
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user