Class: OkHealthCheck::Server
- Inherits:
-
Object
- Object
- OkHealthCheck::Server
- Defined in:
- lib/ok_health_check/server.rb
Instance Method Summary collapse
Instance Method Details
#call(env) ⇒ Object
3 4 5 |
# File 'lib/ok_health_check/server.rb', line 3 def call(env) [200, {"Content-Type" => 'text/html'}, ['OK']] end |