The engine automounts now

This commit is contained in:
Jorge Manrubia
2025-11-23 09:32:23 +01:00
committed by Jorge Manrubia
parent 3414fea012
commit 13f1ad19f3
-4
View File
@@ -224,10 +224,6 @@ Rails.application.routes.draw do
get "manifest" => "rails/pwa#manifest", as: :pwa_manifest
get "service-worker" => "pwa#service_worker"
if Fizzy.saas?
mount Fizzy::Saas::Engine, at: "/", as: "saas"
end
namespace :admin do
mount MissionControl::Jobs::Engine, at: "/jobs"
get "stats", to: "stats#show"