Skip to content

Commit

Permalink
change port number
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsteward committed Apr 23, 2020
1 parent 96f33d8 commit 61849b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/www
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var http = require('http');
* Get port from environment and store in Express.
*/

var port = normalizePort(process.env.PORT || '4000');
var port = normalizePort(process.env.PORT || '3000');
app.set('port', port);

/**
Expand Down

0 comments on commit 61849b0

Please sign in to comment.