Skip to content

Commit 0082c7d

Browse files
Update server.js
1 parent f2b9ac2 commit 0082c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const app = express();
1313
const port = 8001;
1414

1515

16-
connectToMongoDB("mongodb+srv://sustainer2021:<db_password>@cluster0.byuxh.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0").then(()=>{
16+
connectToMongoDB("mongodb+srv://sustainer2021:mHEaEmEmjg9qj5fg@cluster0.byuxh.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0").then(()=>{
1717
console.log("MongoDB Connected")
1818
});
1919

0 commit comments

Comments
 (0)