mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
and drop exception handling around HealthCheck::Utils.process_checks, it wasn't needed
6 lines
147 B
Ruby
6 lines
147 B
Ruby
class Admin::HealthCheckController < Admin::ApplicationController
|
|
def show
|
|
@errors = HealthCheck::Utils.process_checks('standard')
|
|
end
|
|
end
|