Skip to content

Commit

Permalink
www
Browse files Browse the repository at this point in the history
  • Loading branch information
seeho728 committed Mar 29, 2020
1 parent b60fea3 commit bece08c
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 @@ -12,7 +12,7 @@ var http = require('http');
* Get port from environment and store in Express.
*/

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

/**
Expand Down

0 comments on commit bece08c

Please sign in to comment.