Skip to content
Snippets Groups Projects
Unverified Commit fa57e434 authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Fix health check endpoint (#5239)

parent e5944132
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment