diff --git a/config/routes.rb b/config/routes.rb index 87fe32b7a..48741a7a9 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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