Remove autogenerated home route

Renders records instead.
This commit is contained in:
Claudio Ortolina
2024-09-27 19:59:15 +01:00
parent 97ebf13c7b
commit 60939a304b
5 changed files with 1 additions and 250 deletions
@@ -1,8 +0,0 @@
defmodule MusicLibraryWeb.PageControllerTest do
use MusicLibraryWeb.ConnCase
test "GET /", %{conn: conn} do
conn = get(conn, ~p"/")
assert html_response(conn, 200) =~ "Peace of mind from prototype to production"
end
end