Add log render nothing
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
run Proc.new { |env|
|
||||
[200, {'Content-Type' => 'text/html'}, ["Hello world"]]
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
run Proc.new { |env|
|
||||
[200, {'Content-Type' => 'text/html'}, ["Hello world"]]
|
||||
}
|
||||