Remove lotus
Unstable - and it messes with the repo connection, creating other errors.
This commit is contained in:
@@ -3,7 +3,6 @@ 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"]
|
||||
@@ -103,8 +102,6 @@ defmodule MusicLibraryWeb.Router do
|
||||
|
||||
oban_dashboard "/oban"
|
||||
|
||||
lotus_dashboard("/lotus")
|
||||
|
||||
live "/maintenance", MusicLibraryWeb.MaintenanceLive.Index, :index
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user