Files
osuuspuutarha/lib/osuuspuutarha_web/controllers/page_controller.ex

8 lines
153 B
Elixir

defmodule OsuuspuutarhaWeb.PageController do
use OsuuspuutarhaWeb, :controller
def index(conn, _params) do
render(conn, "index.html")
end
end