config/routes.rb in good_job-4.4.2 vs config/routes.rb in good_job-4.5.0
- old
+ new
@@ -32,11 +32,11 @@
put :disable
end
end
resources :processes, only: %i[index]
-
resources :performance, only: %i[index show]
+ resources :cleaner, only: %i[index]
scope :frontend, controller: :frontends, defaults: { version: GoodJob::VERSION.tr(".", "-") } do
get "modules/:version/:id", action: :module, as: :frontend_module, constraints: { format: 'js' }
get "static/:version/:id", action: :static, as: :frontend_static
end