Class: Stockpot::HealthzController

Inherits:
MainController
  • Object
show all
Defined in:
app/controllers/stockpot/healthz_controller.rb

Instance Method Summary collapse

Methods included from Stockpot::Helper::Errors

#rescue_error, #return_error

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/stockpot/healthz_controller.rb', line 5

def index
  render json: { "message": "success" }, status: :ok
end