Rename /search to /import

This commit is contained in:
Claudio Ortolina
2024-09-24 20:07:04 +01:00
parent 25cbcdf16c
commit 12bb923aec
4 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ defmodule MusicLibraryWeb.Router do
get "/images/:record_id", ImageController, :show
live "/records", RecordLive.Index, :index
live "/records/search", RecordLive.Index, :search
live "/records/import", RecordLive.Index, :import
live "/records/:id/edit", RecordLive.Index, :edit
live "/records/:id", RecordLive.Show, :show