diff --git a/config/routes.rb b/config/routes.rb index 516e999..189fb77 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -29,7 +29,7 @@ get '/stats/resque' => 'stats#resque' get '/stats/redis' => 'stats#redis' get '/stats/keys' => 'stats#keys' - get '/stats/keys/:id' => 'stats#resque', :constraints => { :id => id_pattern }, as: :keys_statistic + get '/stats/keys/:id' => 'stats#keys', :constraints => { :id => id_pattern }, as: :keys_statistic root :to => 'overview#show'