Sample for phoenix(elixir)-postgres
Signed-off-by: Manolis Kousanakis <ekousanakis@gmail.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
defmodule AppWeb.PageController do
|
||||
use AppWeb, :controller
|
||||
|
||||
def index(conn, _params) do
|
||||
render(conn, "index.html")
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user