Skip to content

Commit

Permalink
reverted server port to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
Altanai Bisht authored and Altanai Bisht committed May 22, 2018
1 parent ea508ea commit 5756aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var app = express();

// set the port of our application
// process.env.PORT lets the port be set by Heroku
var port = process.env.PORT || 8081;
var port = process.env.PORT || 8080;

app.set('views', path.join(__dirname, '/webApp-plivo/views'));

Expand Down

0 comments on commit 5756aab

Please sign in to comment.