Commit 4f50982f authored by ztf's avatar ztf

修改绑定端口号 启动服务

parent 04473b62
......@@ -93,7 +93,7 @@ startServerObj['architecture-dee'].stderr.on('data', function(data) {
}
})
//绑定端口号 启动服务
server.listen(9989,function () {
server.listen(9988,function () {
// console.log('已经开启您的http服务器')
// console.log('访问地址:http:127.0.0.1:9988/')
})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment