diff --git a/dist/antd_web_apps.tar.gz b/dist/antd_web_apps.tar.gz index 291f7cb..98f78f8 100644 Binary files a/dist/antd_web_apps.tar.gz and b/dist/antd_web_apps.tar.gz differ diff --git a/get/router.lua b/get/router.lua index c27abb3..c138160 100644 --- a/get/router.lua +++ b/get/router.lua @@ -33,7 +33,7 @@ function NotfoundController:index(...) if ulib.exists(path) then std.header("text/plain") - std.f(path) + std.sendFile(path) else self:error("No script found: "..path) end