Class: Upfluence::HTTP::Endpoint::Healthcheck

Inherits:
Object
  • Object
show all
Defined in:
lib/upfluence/http/endpoint/healthcheck.rb

Instance Method Summary collapse

Instance Method Details

#call(_env) ⇒ Object



5
6
7
# File 'lib/upfluence/http/endpoint/healthcheck.rb', line 5

def call(_env)
  [200, {}, ["ok\n"]]
end