From bc2062ec76204d0aee7257a5ac36d1b56d0b346c Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 26 May 2022 18:36:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B2=BE=E7=AE=80=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rest/autodeploy/getZip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rest/autodeploy/getZip.js b/src/rest/autodeploy/getZip.js index 23fefb9..004aebf 100644 --- a/src/rest/autodeploy/getZip.js +++ b/src/rest/autodeploy/getZip.js @@ -1,6 +1,6 @@ const db = require("../../utils/dbUitls"); const dayjs = require("dayjs") -const execute = require("./exec"); +const execute = require("../../tools/exec"); module.exports = { action: "/node/autodeploy/getZip", method: "post",