Skip to content

Commit

Permalink
Refactorizar el puerto por defecto a 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKingV committed Jun 23, 2024
1 parent 9cdcd30 commit 70e581b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const path = require('path');
const jwt = require('jsonwebtoken');

const app = express();
const port = 0;
const port = 3000;

app.use(bodyParser.json());
app.use(bodyParser.urlencoded({ extended: true }));
Expand Down

0 comments on commit 70e581b

Please sign in to comment.