class OkHealthCheck::Server

Public Instance Methods

call(env) click to toggle source
# File lib/ok_health_check/server.rb, line 3
def call(env)
    [200, {"Content-Type" => 'text/html'}, ['OK']]
end