Skip to content

Commit

Permalink
servers suck
Browse files Browse the repository at this point in the history
  • Loading branch information
sanidhya711 committed Mar 17, 2021
1 parent a86733f commit e79b5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ app.get("/",(req,res)=>{
res.sendFile("index.html");
});

server.listen(3000 || process.env.PORT);
server.listen(process.env.PORT);

0 comments on commit e79b5cc

Please sign in to comment.