Module: Vert::Health::ControllerMixin
Instance Method Summary collapse
Instance Method Details
#live ⇒ Object
29 30 31 |
# File 'lib/vert/health/routes.rb', line 29 def live render json: Vert::Health.liveness, status: :ok end |
29 30 31 |
# File 'lib/vert/health/routes.rb', line 29 def live render json: Vert::Health.liveness, status: :ok end |