chore: 更新Npm shrinkwrap

This commit is contained in:
sean 2017-09-03 10:08:39 +08:00
parent 72397a2802
commit 7de76b5bf9
4 changed files with 7315 additions and 5782 deletions

12988
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,10 @@
"main": "index.js",
"scripts": {
"dev-server": "nodemon server/app.js dev -L",
"server": "node server/app.js",
"install-server": "node server/install.js"
"install-server": "node server/install.js",
"dev-client": "ykit s -p 4000",
"dev": "npm run dev-server & npm run dev-client",
"server": "node server/app.js"
},
"repository": {
"type": "git",

View File

@ -22,7 +22,6 @@ function matchApi(apiPath, apiRule) {
}
module.exports = async (ctx, next) => {
yapi.commons.log('Server Recevie Request...');
let hostname = ctx.hostname;
let config = yapi.WEBCONFIG;
let path = ctx.path;