Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ichtrojan committed Nov 10, 2018
1 parent d7e8bfb commit 680bda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Expand Up @@ -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)
})
Expand Down

0 comments on commit 680bda8

Please sign in to comment.