Fix typo in APIHandler

pull/436/head
Omar Roth 6 years ago
parent 0c6cede287
commit 847ee61bf4

@ -103,6 +103,7 @@ class APIHandler < Kemal::Handler
response = response.to_json response = response.to_json
end end
end end
rescue
ensure ensure
env.response.output = output env.response.output = output
env.response.puts response env.response.puts response

Loading…
Cancel
Save