diff --git a/config/routes.rb b/config/routes.rb
index 4696bc02a284e219b2e7da2f63951ccea2597127..33711f3b417896d9ecd5c3c1c99b958306a2431c 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -26,7 +26,7 @@ Rails.application.routes.draw do
   post '/recording_ready', to: 'external#recording_ready'
 
   # Health checks
-  get '/health_checks', to: 'health_checks#check'
+  get '/health_check', to: 'health_checks#check'
 
   # All the Api endpoints must be under /api/v1 and must have an extension .json.
   namespace :api do