90ceb4f6fe
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
8 lines
140 B
Elixir
8 lines
140 B
Elixir
defmodule EventosWeb.PageController do
|
|
use EventosWeb, :controller
|
|
|
|
def index(conn, _params) do
|
|
render conn, "index.html"
|
|
end
|
|
end
|