Use a more reasonable and easy-to-remember port
Cmon now, 2019 is a bad port
This commit is contained in:
parent
2a79ae01d7
commit
4153fbbf63
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user