gitlab-ce/app/controllers/health_check_controller.rb

6 lines
146 B
Ruby

# frozen_string_literal: true
class HealthCheckController < HealthCheck::HealthCheckController
include RequiresAllowlistedMonitoringClient
end