From ece97756ffccac597d4537dedcccaaf9fe6e9f3c Mon Sep 17 00:00:00 2001 From: wy Date: Mon, 6 Jun 2022 16:23:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/mu/func.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/routes/mu/func.js b/routes/mu/func.js index 9009ad7..b29f9e0 100644 --- a/routes/mu/func.js +++ b/routes/mu/func.js @@ -30,11 +30,4 @@ router.get('/detect_rules', function(req, res, next) { }); -// 上送节点状态 负载状态 -router.post('/:nodeId/info', function(req, res, next) { - console.info('POST /func//:nodeId/info nodeId:', req.params.nodeId) - res.send({ret:1, data: "ok"}) -}) - - module.exports = router;//暴露模块