1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-26 02:29:47 +02:00
This commit is contained in:
lxsang
2019-12-04 19:51:26 +01:00
parent 7680b00b66
commit 4cc896c1e1
3 changed files with 3 additions and 41 deletions

View File

@ -31,12 +31,7 @@ shared.get = function(sharedid)
else
local p = shared.ospath(sharedid)
std.header(std.mimeOf(p))
if std.is_bin(p) then
std.fb(p)
else
std.f(p)
end
std.sendFile(p)
end
end