Skip to content

Commit c2b6259

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ mongoose
5555
})
5656
.then(() => {
5757
console.log("Connected to MongoDB");
58-
const port = 8080;
58+
const port = 8000;
5959
app.listen(port, () => {
6060
console.log(`Server is running on port ${port}`);
6161
});

0 commit comments

Comments
 (0)