From f800b249ca0acc4c12cba7778f58b7dea52a8a5e Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 7 Jul 2022 18:31:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rest/custom/add.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rest/custom/add.js b/src/rest/custom/add.js index 6403a24..1299a39 100644 --- a/src/rest/custom/add.js +++ b/src/rest/custom/add.js @@ -4,6 +4,7 @@ module.exports = { method: "post", execute: (request, response) => { let form = request.body + delete form.appList dbUtils.addOrUpdate({ table: 'node_custom_config', form