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 27ebe56 commit c2b6259Copy full SHA for c2b6259
index.js
@@ -55,7 +55,7 @@ mongoose
55
})
56
.then(() => {
57
console.log("Connected to MongoDB");
58
- const port = 8080;
+ const port = 8000;
59
app.listen(port, () => {
60
console.log(`Server is running on port ${port}`);
61
});
0 commit comments