Add Health Check endpoint
This commit is contained in:
5
app/controllers/health_check_controller.rb
Normal file
5
app/controllers/health_check_controller.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class HealthCheckController < ApplicationController
|
||||
def index
|
||||
render :plain => "OK"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user