Commit 1cccb378 authored by Robert Schilling's avatar Robert Schilling

Fix a API deprecation warning

parent bf8e174f
...@@ -294,7 +294,7 @@ module API ...@@ -294,7 +294,7 @@ module API
header['X-Sendfile'] = path header['X-Sendfile'] = path
body body
else else
file FileStreamer.new(path) path
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment