Mount data analysis via Lotus packages

This commit is contained in:
Claudio Ortolina
2025-10-22 16:33:07 +01:00
parent 9a22e92183
commit a30e1b32d7
8 changed files with 48 additions and 0 deletions
+3
View File
@@ -3,6 +3,7 @@ defmodule MusicLibraryWeb.Router do
import MusicLibraryWeb.Auth, only: [require_logged_in: 2, require_api_token: 2]
import Oban.Web.Router
import Lotus.Web.Router
pipeline :browser do
plug :accepts, ["html"]
@@ -100,6 +101,8 @@ defmodule MusicLibraryWeb.Router do
ecto_repos: [MusicLibrary.Repo, MusicLibrary.BackgroundRepo]
oban_dashboard "/oban"
lotus_dashboard("/lotus")
end
end
end