Chapter 9: JSON pollution samples

This commit is contained in:
Beth Griggs
2020-09-06 04:54:40 +01:00
parent 6434079c3d
commit ddbc582176
3 changed files with 11 additions and 9 deletions
+3 -2
View File
@@ -48,5 +48,6 @@ greeting = (req, res) => {
});
};
server.listen(3000);
server.listen(3000, () => {
console.log("Server listening on port 3000");
});