Remove manual record creation

This commit is contained in:
Claudio Ortolina
2024-09-24 09:27:35 +01:00
parent b6ae022a6a
commit 089e61a574
4 changed files with 2 additions and 33 deletions
-1
View File
@@ -21,7 +21,6 @@ defmodule MusicLibraryWeb.Router do
get "/images/:record_id", ImageController, :show
live "/records", RecordLive.Index, :index
live "/records/new", RecordLive.Index, :new
live "/records/search", RecordLive.Index, :search
live "/records/:id/edit", RecordLive.Index, :edit