4 lines
82 B
Ruby
4 lines
82 B
Ruby
Proc.new do |env|
|
|
[200, {'content-type' => 'text/plain'}, ["FILE_HANDLER"]]
|
|
end
|