mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 08:52:24 +00:00
fix the List.lua
This commit is contained in:
@@ -52,6 +52,6 @@ end
|
|||||||
local basePath = "com"
|
local basePath = "com"
|
||||||
local layer = params.layer and params.layer:gsub(">", "/") or nil
|
local layer = params.layer and params.layer:gsub(">", "/") or nil
|
||||||
|
|
||||||
session.response.result = {
|
session.response.send({
|
||||||
answer = layer and scanDirectory(basePath, layer) or scanDirectory(basePath, "")
|
answer = layer and scanDirectory(basePath, layer) or scanDirectory(basePath, "")
|
||||||
}
|
})
|
||||||
Reference in New Issue
Block a user