diff --git a/app.js b/app.js index 14f04af..39ebc4a 100644 --- a/app.js +++ b/app.js @@ -118,7 +118,7 @@ app.get('/blog/:slug', (req, res) => { // Server Listening // ================================ -const PORT = process.env.PORT || 3000; +const PORT = process.env.PORT || 8899; app.listen(PORT, () => { console.log(`Server running on http://localhost:${PORT}`); });