瀏覽代碼

Update the console log for port 3050.

Update the port to 3050.
wesley 7 年之前
父節點
當前提交
788fe5f219
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app.js

+ 1 - 1
app.js

@@ -31,5 +31,5 @@ app.use(bodyParser());
31 31
 app.use(require('./apis/builder').routes());
32 32
 
33 33
 app.listen(3050, function() {
34
-	console.log('Server is runnning at 3035 port');
34
+	console.log('Server is runnning at 3050 port');
35 35
 });