Skip to content

Commit

Permalink
Fix health check endpoint (#5239)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhatahmad authored Jun 15, 2023
1 parent e594413 commit fa57e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
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
Expand Down

0 comments on commit fa57e43

Please sign in to comment.