Convert stats page to a live view

This commit is contained in:
Claudio Ortolina
2024-10-29 16:32:34 +00:00
parent 804727082c
commit 7d574c7fd9
6 changed files with 38 additions and 46 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ defmodule MusicLibraryWeb.Router do
pipe_through :require_login
get "/covers/:record_id", CoverController, :show
get "/", StatsController, :index
live "/", StatsLive.Index, :index
live "/records", RecordLive.Index, :index
live "/records/import", RecordLive.Index, :import