5 6 7 8 9
# File 'lib/app_status/app.rb', line 5 def call(env) require 'json' [200, {'Content-Type' => 'application/json'}, [AppStatus.status.to_json]] end