Class: Xeno::HealthController
- Inherits:
-
ApiController
- Object
- ActionController::API
- ApiController
- Xeno::HealthController
- Defined in:
- app/controllers/xeno/health_controller.rb
Overview
The one unauthenticated endpoint: liveness only, leaks nothing.
Constant Summary
Constants inherited from ApiController
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
6 7 8 |
# File 'app/controllers/xeno/health_controller.rb', line 6 def show render json: { status: "ok" } end |