Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulDubey-Devops authored Oct 9, 2024
1 parent 34935c0 commit e2b4595
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ app.use('/api/quotations', quotationRoutes);

connectToMongo();
app.listen(process.env.PORT || 5000, () => {
console.log(`Example app listening at http://localhost:${process.env.PORT}`)
// console.log(`Example app listening at http://localhost:${process.env.PORT}`)
console.log("App is Listening on Port 5000");
})

0 comments on commit e2b4595

Please sign in to comment.