Remove comment

This commit is contained in:
Jorge Manrubia
2025-11-23 09:22:49 +01:00
committed by Jorge Manrubia
parent 4c5640a655
commit 3414fea012
-1
View File
@@ -224,7 +224,6 @@ Rails.application.routes.draw do
get "manifest" => "rails/pwa#manifest", as: :pwa_manifest
get "service-worker" => "pwa#service_worker"
# TODO: Can we move this just to the engine
if Fizzy.saas?
mount Fizzy::Saas::Engine, at: "/", as: "saas"
end