diff --git a/server.js b/server.js index 0b4ef8d..aa30ac6 100644 --- a/server.js +++ b/server.js @@ -59,7 +59,7 @@ app.use((req, res) => { res.render('404') }) -//Serve Application +// Serve Application app.listen(PORT, (req, res, next) => { console.log('now serving on port ' + PORT) })