config/routes.rb in sidekiq_monitor-0.0.3 vs config/routes.rb in sidekiq_monitor-0.0.4
- old
+ new
@@ -2,9 +2,9 @@
match '/' => 'jobs#index', :as => 'sidekiq_monitor'
match '/queues' => 'queues#index'
namespace 'api' do
match '/jobs' => 'jobs#index'
- match '/jobs/:action' => 'jobs'
+ match '/jobs/:action(/:id)' => 'jobs'
match '/queues/:queue' => 'queues#show'
end
end