Skip to content

Commit

Permalink
re-enabled dynamic port
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsage88 committed Jul 24, 2019
1 parent 8e1a78d commit 9cbe89f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ app.get('/', (req, res)=>{
console.log('we are listening on shit');
})

// app.listen(process.env.PORT || 8888, ()=> {
app.listen(8888, () =>{
app.listen(process.env.PORT || 8888, ()=> {
console.log('howdy we are on ' + 8888);
});

0 comments on commit 9cbe89f

Please sign in to comment.