Macros spec passing

This commit is contained in:
Sdogruyol 2016-01-24 12:27:26 +02:00
parent d1f95c0f39
commit 4dd027eb96
2 changed files with 31 additions and 33 deletions

View file

@ -32,8 +32,6 @@ class Kemal::Handler < HTTP::Handler
if route.match?(context.request)
begin
body = route.handler.call(context).to_s
# context.response.status_code = 200
# context.response.content_type = "text/html"
context.response.print body
return context
rescue ex