New registration page

This commit is contained in:
2023-03-16 23:02:57 +02:00
parent 0225aecadc
commit 731339f47d
5 changed files with 56 additions and 17 deletions

View File

@@ -4,8 +4,4 @@ defmodule OsuuspuutarhaWeb.PageController do
def index(conn, _params) do
render(conn, "index.html")
end
def welcome(conn, _params) do
render(conn, "welcome.html")
end
end