Server records on this day email assets from a public endpoint

This commit is contained in:
Claudio Ortolina
2026-03-05 10:50:35 +00:00
parent c1422956c0
commit 73a943bc63
3 changed files with 9 additions and 8 deletions
+2
View File
@@ -32,6 +32,8 @@ defmodule MusicLibraryWeb.Router do
get "/auth/last_fm/callback", LastFmController, :callback
get "/public/assets/:transform_payload", AssetController, :show
scope "/" do
pipe_through :logged_in