Explorar el Código

Update the console log for port 3050.

Update the port to 3050.
wesley %!s(int64=7) %!d(string=hace) años
padre
commit
788fe5f219
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 });