Module: GoodJob::ProbeServer::NotFoundApp

Defined in:
lib/good_job/probe_server/not_found_app.rb

Class Method Summary collapse

Class Method Details

.call(_env) ⇒ Object



6
7
8
# File 'lib/good_job/probe_server/not_found_app.rb', line 6

def self.call(_env)
  [404, {}, ["Not found"]]
end