Просмотр исходного кода

Update the console log for port 3050.

Update the port to 3050.
wesley лет назад: 7
Родитель
Сommit
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
 });