working commit

This commit is contained in:
2026-02-06 09:27:45 +02:00
parent 4f01100473
commit 88bfe00d61
11 changed files with 246 additions and 302 deletions
+1 -2
View File
@@ -110,6 +110,5 @@ func (hand *Handler) ListFiles(rctx *router.Context) {
rctx.SetStatus(code)
return
}
rctx.SetStatus(code)
rctx.SendJSON(res)
rctx.SendJSON(code, res)
}