chore(server): remove unused page_controller scaffold — / is now OverviewLive

This commit is contained in:
Carsten 2026-04-21 22:56:25 +02:00
parent 667fd7160c
commit 2f787ec31f
4 changed files with 0 additions and 249 deletions

View file

@ -1,8 +0,0 @@
defmodule ServerWeb.PageControllerTest do
use ServerWeb.ConnCase
test "GET /", %{conn: conn} do
conn = get(conn, ~p"/")
assert html_response(conn, 200) =~ "Peace of mind from prototype to production"
end
end