small fix

This commit is contained in:
LAX18 Development
2021-07-27 21:15:00 -04:00
parent f33a3768dd
commit da5aa39d25
+1 -3
View File
@@ -102,6 +102,4 @@ app.post("/internet", function(req, res) {
return res.send("Recieved")
})
app.listen(8000, () =>
console.log(`Example app listening on port 8000!`),
);
app.listen(8000);