Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SamanthaVS-BBD committed Feb 29, 2024
1 parent bb7548a commit 7a8c3bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ app.get('/', (req, res) => {
});

app.listen(port, () => {
//server is running on
console.log(`Server running at http://localhost:${port}/`);
});

0 comments on commit 7a8c3bf

Please sign in to comment.