From 21056764fa25843dd6bc1eb2191a465beee4c801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zhaobing=E2=80=99?= Date: Tue, 12 Sep 2023 10:01:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B3=A8=E9=87=8A=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E4=B8=AD=E9=97=B4=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/lib/index.js b/api/app/lib/index.js index b8c4758..0b9bef1 100644 --- a/api/app/lib/index.js +++ b/api/app/lib/index.js @@ -49,7 +49,7 @@ module.exports.entry = function (app, router, opts) { // 鉴权中间件 router.use(authenticator(app, opts)); //camundarest - router.use(camundarest(app, router, opts.camundarest)); + // router.use(camundarest(app, router, opts.camundarest)); // 日志记录 // router.use(apiLog(app, opts));