Class: HeyDoctor::Rack::HealthCheck

Inherits:
Object
  • Object
show all
Defined in:
lib/hey_doctor.rb

Instance Method Summary collapse

Instance Method Details

#call(_env) ⇒ Object



8
9
10
# File 'lib/hey_doctor.rb', line 8

def call(_env)
  [200, {}, [status]]
end