Class: Api::HealthCheckController
- Inherits:
-
Meerstats::ApiController
- Object
- Meerstats::ApiController
- Api::HealthCheckController
- Defined in:
- app/controllers/meerstats/api/health_check_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 |
# File 'app/controllers/meerstats/api/health_check_controller.rb', line 3 def index render json: { success: true } end |