Skip to content

Commit 498ce3d

Browse files
authored
Update README.md
1 parent 0f5ef95 commit 498ce3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ app.use(express.static(publicDirectoryPath));
1717
1818
const PORT = 3000;
1919
20-
const DB="mongodb+srv://admin:[email protected]/demos?retryWrites=true&w=majority";
20+
const DB="mongodb+srv://";
2121
2222
2323
const userSchema = new mongoose.Schema({

0 commit comments

Comments
 (0)