Skip to content

Commit

Permalink
Merge pull request #11 from SummySumanth/port-change
Browse files Browse the repository at this point in the history
port changed to 8080
  • Loading branch information
SummySumanth authored Jan 24, 2019
2 parents 4700d6f + a23db17 commit d0232c2
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 @@ -40,7 +40,7 @@ let startServer = () =>{
connectToDb();

// Starting Server
app.listen(8000 ,"0.0.0.0", () =>{
app.listen(8080 ,"0.0.0.0", () =>{
logger.info(`server start on port 8000 `);
console.log('Server is now running at port 8000 in localhost');
});
Expand Down

0 comments on commit d0232c2

Please sign in to comment.