puerto modificdo al 3062

This commit is contained in:
DanielRamirezGe
2020-01-28 18:03:55 -06:00
parent f8f6e7b19f
commit 206ca7cfc6
+2 -2
View File
@@ -9,6 +9,6 @@ app.get('/', function(req, res) {
app.use(express.json()) // for parsing application/json
app.use(express.urlencoded({ extended: true }))
app.use(require('./routes/index.js'))
app.listen(3000, function() {
console.log('Example app listening on port 3000!');
app.listen(3062, function() {
console.log('Example app listening on port 3062!');
});