Skip to content

Commit

Permalink
Fix typo in routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Platonov committed Jul 17, 2016
1 parent 4af9c33 commit feaa7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit feaa7f2

Please sign in to comment.