Use a more reasonable and easy-to-remember port

Cmon now, 2019 is a bad port
This commit is contained in:
Thomas Wade 2018-10-17 16:59:30 +10:30
parent 2a79ae01d7
commit 4153fbbf63

View File

@ -27,8 +27,8 @@ app.post("/writenews", function(req, res) {
}); });
// Start listening // Start listening
app.listen(2019, function (){ app.listen(8080, function (){
console.log("Listening on port 2019"); console.log("Listening on port 8080");
}); });
// Process incoming posts // Process incoming posts