puerto modificdo al 3062
This commit is contained in:
@@ -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!');
|
||||
});
|
||||
Reference in New Issue
Block a user