|
@ -49,7 +49,7 @@ module.exports.entry = function (app, router, opts) { |
|
|
// 鉴权中间件
|
|
|
// 鉴权中间件
|
|
|
router.use(authenticator(app, opts)); |
|
|
router.use(authenticator(app, opts)); |
|
|
//camundarest
|
|
|
//camundarest
|
|
|
router.use(camundarest(app, router, opts.camundarest)); |
|
|
// router.use(camundarest(app, router, opts.camundarest));
|
|
|
// 日志记录
|
|
|
// 日志记录
|
|
|
// router.use(apiLog(app, opts));
|
|
|
// router.use(apiLog(app, opts));
|
|
|
|
|
|
|
|
|