Skip to content

Commit 27ebe56

Browse files
authored
Update index.js
1 parent 4a0cd65 commit 27ebe56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ mongoose
5555
})
5656
.then(() => {
5757
console.log("Connected to MongoDB");
58-
// Start the server after successful connection
5958
const port = 8080;
6059
app.listen(port, () => {
6160
console.log(`Server is running on port ${port}`);

0 commit comments

Comments
 (0)