debian-mirror-gitlab/app/controllers/health_check_controller.rb

6 lines
146 B
Ruby
Raw Normal View History

2018-12-05 23:21:45 +05:30
# frozen_string_literal: true
2016-06-02 11:05:42 +05:30
class HealthCheckController < HealthCheck::HealthCheckController
2017-09-10 17:25:29 +05:30
include RequiresWhitelistedMonitoringClient
2016-06-02 11:05:42 +05:30
end