Welcome to mirror list, hosted at ThFree Co, Russian Federation.

health_check_controller.rb « controllers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3d18991fd421598f30b14e1e7d9b8bbd0f3a65c (plain)
1
2
3
class HealthCheckController < HealthCheck::HealthCheckController
  include RequiresWhitelistedMonitoringClient
end