f96q/kptboard

View on GitHub
app/controllers/health_check_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class HealthCheckController < ApplicationController
  def health_check
    head :ok
  end
end