We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0cd65 commit 27ebe56Copy full SHA for 27ebe56
index.js
@@ -55,7 +55,6 @@ mongoose
55
})
56
.then(() => {
57
console.log("Connected to MongoDB");
58
- // Start the server after successful connection
59
const port = 8080;
60
app.listen(port, () => {
61
console.log(`Server is running on port ${port}`);
0 commit comments