Authored by 陈峰

hotfix

... ... @@ -60,7 +60,7 @@ exports.serverError = () => {
app: global.yoho.config.appName, // 应用名称
hostname,
type: 'server',
route: `[${req.method}]${req.route.path}`, // 请求路由
route: `[${req.method}]${req.route && req.route.path}`, // 请求路由
reqID: req.reqID,
uid,
udid,
... ...