aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-09-30 13:56:59 +0100
committerGareth Rees <gareth@mysociety.org>2014-09-30 13:56:59 +0100
commitc64360898beca1162a1bdef9ca4b76676e0907f8 (patch)
tree5c0452a20ce0310f72d0741b171085c5efe1d312 /config/routes.rb
parente5a9052a9ffd27117775e8adaeaa2e24607e8000 (diff)
parent3a40bfc8a8abbfedb554215849b1c6372864eb1f (diff)
Merge branch 'issues/1827-healthcheck' into rails-3-develop
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index f557e681b..84ec86792 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -61,6 +61,8 @@ Alaveteli::Application.routes.draw do
match '/request/:url_title/download' => 'request#download_entire_request', :as => :download_entire_request
####
+ resources :health_checks, :only => [:index]
+
resources :request, :only => [] do
resource :report, :only => [:new, :create]
end