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

4 lines
99 B
Ruby
Raw Normal View History

2016-06-02 11:05:42 +05:30
class HealthCheckController < HealthCheck::HealthCheckController
2017-08-17 22:00:37 +05:30
include RequiresHealthToken
2016-06-02 11:05:42 +05:30
end