修改端口号,和启动程序

This commit is contained in:
sin
2019-03-26 13:19:46 +08:00
parent 30c2379a7c
commit a81fba1e77
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ const proxyBuild = require('./utils/proxy.build');
// create app server
const app = express();
const port = 3000;
const port = 3100;
// host proxy
app.use(proxyBuild(proxyConfig));