Send record of the day email

This commit is contained in:
Claudio Ortolina
2026-03-05 10:37:04 +00:00
parent 911cf4525a
commit 478832249b
6 changed files with 259 additions and 1 deletions
+8
View File
@@ -122,4 +122,12 @@ defmodule MusicLibraryWeb.Router do
error_tracker_dashboard "/errors"
end
end
if Mix.env() == :dev do
scope "/dev" do
pipe_through [:browser, :logged_in]
forward "/mailbox", Plug.Swoosh.MailboxPreview
end
end
end