about summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 7e22946..59589aa 100644 --- a/config/routes.rb +++ b/config/routes.rb
@@ -72,6 +72,7 @@ Rails.application.routes.draw do
72 get 'random' 72 get 'random'
73 get 'tags' 73 get 'tags'
74 get 'tags/:id', :action => "tag", :as => "tag" 74 get 'tags/:id', :action => "tag", :as => "tag"
75 get 'stats'
75 end 76 end
76 77
77 member do 78 member do