update 2023-10-27 23:35:58
This commit is contained in:
parent
50a3372051
commit
01db964c79
|
@ -10,9 +10,9 @@ function index()
|
|||
else
|
||||
entry({"admin", "istorex"}, call("redirect_fallback")).leaf = true
|
||||
end
|
||||
entry({"admin", "istorex_api","status"}, call("istorex_api_status"))
|
||||
entry({"admin", "istorex_api","update"}, call("istorex_api_update"))
|
||||
entry({"admin", "istorex_api","upload-bg"}, call("istorex_api_uploadbg"))
|
||||
entry({"admin", "istorex_api","status"}, call("istorex_api_status")).dependent = false
|
||||
entry({"admin", "istorex_api","update"}, call("istorex_api_update")).dependent = false
|
||||
entry({"admin", "istorex_api","upload-bg"}, call("istorex_api_uploadbg")).dependent = false
|
||||
end
|
||||
|
||||
local function user_id()
|
||||
|
@ -141,4 +141,4 @@ function istorex_api_uploadbg()
|
|||
}
|
||||
luci.http.prepare_content("application/json")
|
||||
luci.http.write_json(data)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue