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));