diff --git a/index.js b/index.js index 6c6c003..eb5453d 100644 --- a/index.js +++ b/index.js @@ -8,7 +8,7 @@ const port = process.env.PORT; const customurl = process.env.CUSTOMURL; app.listen(port, () => { - console.log('App listening at http://localhost:' + port); + console.log('App listening at http://localhost:' + port || 3005); console.log('Godspeed, little fella!'); });