Skip to content

Commit cd5ce46

Browse files
my second push
1 parent ceb45e4 commit cd5ce46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ app.get("/", (req, res)=>{
66
res.send("Hello World, Welcome to my webapp✨✨😃")
77
})
88

9-
const PORT = 3000
9+
const PORT = process.env.PORT || 3000
1010
app.listen(PORT, ()=>{
1111
console.log(`server is ruuning on ${PORT}`)
1212
})

0 commit comments

Comments
 (0)