Rename /images to /covers

This commit is contained in:
Claudio Ortolina
2024-10-06 16:06:33 +01:00
parent 6913ee2d8d
commit ac27e86fb5
8 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ defmodule MusicLibraryWeb.Router do
pipe_through :browser
get "/health", HealthController, :index
get "/images/:record_id", ImageController, :show
get "/covers/:record_id", CoverController, :show
get "/", StatsController, :index
live "/records", RecordLive.Index, :index