Class: Dsp::Api::V1::HealthcheckController

Inherits:
BaseController show all
Defined in:
app/controllers/dsp/api/v1/healthcheck_controller.rb

Instance Attribute Summary

Attributes inherited from BaseController

#env, #method, #path, #request

Instance Method Summary collapse

Methods inherited from BaseController

#initialize

Constructor Details

This class inherits a constructor from Dsp::Api::V1::BaseController

Instance Method Details

#indexObject



7
8
9
10
11
# File 'app/controllers/dsp/api/v1/healthcheck_controller.rb', line 7

def index
  render_up
rescue StandardError
  render_down
end