Skip to content

Commit f048b8a

Browse files
committed
changed port variable
1 parent a8d8f3e commit f048b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ app.post('/blog/addComment', function(req, res) {
108108
});
109109
});
110110

111-
app.listen(57266);
111+
app.listen(process.env.PORT || 3000);
112112
console.log("Express server listening on port %d in %s mode", app.address().port, app.settings.env);

0 commit comments

Comments
 (0)