Cache transformations

This commit is contained in:
Claudio Ortolina
2025-09-17 16:18:28 +03:00
parent b0f4e18ef7
commit aa72692eaf
6 changed files with 72 additions and 24 deletions
@@ -12,7 +12,7 @@ defmodule MusicLibraryWeb.CoverControllerTest do
%{asset: asset}
end
describe "GET /covers/:hash" do
describe "GET /covers/:payload" do
setup [:create_asset]
test "404s when asset doesn't exist", %{conn: conn} do