This commit is contained in:
Nicolo Maio 2023-05-02 08:53:00 +00:00
parent 56d507a708
commit f453601e86
4 changed files with 14 additions and 5 deletions

View file

@ -15,7 +15,9 @@ local rest_utils = require("rest_utils")
local rc = rest_utils.consts.success.ok
local epoch_list = backup_config.list_backup(_SESSION["user"])
local order = _GET["order"] or "desc"
local epoch_list = backup_config.list_backup(_SESSION["user"], order)
if epoch_list then
local extra_rsp_data = {