summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/package.json
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-08-29 18:43:08 +0800
committerxu ran <xuranyjy@chinamobile.com>2019-08-30 02:20:49 +0000
commit0c1e82ccbfa6dcb8ee5d11220a93fefc61465374 (patch)
treedbd894bc5909df38bde9a2738e366d7913627195 /usecaseui-portal/package.json
parentcbb4b91ad39b44a76d1b1d4b745ef2b38fab74ce (diff)
feat: change the mock data path config file
Change-Id: I5ca301d8ff0b084f64366312543c9036d8e76de8 Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/package.json')
-rw-r--r--usecaseui-portal/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/package.json b/usecaseui-portal/package.json
index 8001ac14..fb08ed80 100644
--- a/usecaseui-portal/package.json
+++ b/usecaseui-portal/package.json
@@ -11,7 +11,7 @@
"lint": "ng lint",
"e2e": "ng e2e",
"mockproxy": "ng serve --host='0.0.0.0' --proxy-config localproxy.conf.json",
- "mockconfig": "node ./src/app/mock/server.js --port 3004",
+ "mockconfig": "node ./src/app/mock/server.js --port 3002",
"mock": "npm run mockconfig & npm run mockproxy",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},