Skip to content

Commit

Permalink
port change
Browse files Browse the repository at this point in the history
  • Loading branch information
manupanand committed Nov 7, 2024
1 parent f0c3784 commit 35d2931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ app.get('/',(req,res)=>{
})
})

app.listen('3000',()=>{
console.log("app listening to port 3000")
app.listen('1500',()=>{
console.log("app listening to port 1500")
})

0 comments on commit 35d2931

Please sign in to comment.