about summary refs log tree commit diff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2019-09-07 09:47:51 +0900
committerEugen Rochko <eugen@zeonfederated.com>2019-09-07 02:47:51 +0200
commitd7268befa853ac4a99f9d066c38330d4fc0bfc31 (patch)
tree7ebc0784a706059880d471c3ae8664cf9beaa7dd /config/routes.rb
parente445a8af64908b2bdb721bec74c113e8258a129b (diff)
Add healthcheck endpoint for web (#11770)
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 74a162f32..fe8425341 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -10,6 +10,8 @@ Rails.application.routes.draw do
 
   mount LetterOpenerWeb::Engine, at: 'letter_opener' if Rails.env.development?
 
+  health_check_routes
+
   authenticate :user, lambda { |u| u.admin? } do
     mount Sidekiq::Web, at: 'sidekiq', as: :sidekiq
     mount PgHero::Engine, at: 'pghero', as: :pghero