Kaynağa Gözat

Update the console log for port 3050.

Update the port to 3050.
wesley 7 yıl önce
ebeveyn
işleme
788fe5f219
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app.js

+ 1 - 1
app.js

31
 app.use(require('./apis/builder').routes());
31
 app.use(require('./apis/builder').routes());
32
 
32
 
33
 app.listen(3050, function() {
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
 });