resource-watch/resource-watch-manager

View on GitHub
app/controllers/health_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class HealthController < ApiController
  def health
  end
end