lib/sidekiq/web/application.rb in sidekiq-4.2.4 vs lib/sidekiq/web/application.rb in sidekiq-4.2.5
- old
+ new
@@ -26,13 +26,9 @@
def self.set(key, val)
# nothing, backwards compatibility
end
- get "" do
- redirect(root_path)
- end
-
get "/" do
@redis_info = redis_info.select{ |k, v| REDIS_KEYS.include? k }
stats_history = Sidekiq::Stats::History.new((params['days'] || 30).to_i)
@processed_history = stats_history.processed
@failed_history = stats_history.failed