Put some stats on the home page

This commit is contained in:
Claudio Ortolina
2024-09-28 22:41:53 +01:00
parent e00c926afe
commit 8d6bfaf035
4 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -19,8 +19,8 @@ defmodule MusicLibraryWeb.Router do
get "/health", HealthController, :index
get "/images/:record_id", ImageController, :show
get "/", StatsController, :index
live "/", RecordLive.Index, :index
live "/records", RecordLive.Index, :index
live "/records/import", RecordLive.Index, :import
live "/records/:id/edit", RecordLive.Index, :edit