class Upfluence::HTTP::Endpoint::Healthcheck
Public Instance Methods
call(_env)
click to toggle source
# File lib/upfluence/http/endpoint/healthcheck.rb, line 5 def call(_env) [200, {}, ["ok\n"]] end
# File lib/upfluence/http/endpoint/healthcheck.rb, line 5 def call(_env) [200, {}, ["ok\n"]] end