Authored by 姜枫

add simple report

... ... @@ -47,6 +47,8 @@ app.use(global.yoho.hbs({
helpers: global.yoho.helpers
}));
app.use(global.yoho.middleware());
app.use(favicon(path.join(__dirname, '/public/favicon.ico')));
app.use(express.static(path.join(__dirname, 'public')));
app.use(bodyParser.json());
... ...
... ... @@ -38,7 +38,7 @@
"request-promise": "^3.0.0",
"serve-favicon": "^2.3.0",
"uuid": "^2.0.3",
"yoho-node-lib": "0.1.13"
"yoho-node-lib": "0.1.15"
},
"devDependencies": {
"autoprefixer": "^6.3.7",
... ...