Skip to content

Commit

Permalink
Update contact.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chahatgarg884 authored Aug 20, 2023
1 parent 5ee9ecc commit 84ab930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var mysql=require("mysql2");

var app=express();

app.listen(2022,function()
app.listen(3000 || process.env.PORT,function()
{
console.log("Server Started");
})
Expand Down Expand Up @@ -48,4 +48,4 @@ console.log(req.query);



})
})

0 comments on commit 84ab930

Please sign in to comment.