Skip to content

Commit f2b9ac2

Browse files
Update server.js
1 parent 06911ff commit f2b9ac2

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

0 commit comments

Comments
 (0)