Skip to content

Commit fbdc8ae

Browse files
committed
fixed harkirat bhaiya's mongodb url link
1 parent f08243b commit fbdc8ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

week-3/03-mongo/solution/db/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const mongoose = require('mongoose');
22

33
// Connect to MongoDB
4-
mongoose.connect('mongodb+srv://kirags123:[email protected]/course_selling_app');
4+
mongoose.connect('');
55

66
// Define schemas
77
const AdminSchema = new mongoose.Schema({

week-3/04-mongo-with-jwt-auth/solution/db/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const mongoose = require('mongoose');
22

33
// Connect to MongoDB
4-
mongoose.connect('mongodb+srv://kirags123:[email protected]/course_selling_app2');
4+
mongoose.connect('');
55

66
// Define schemas
77
const AdminSchema = new mongoose.Schema({

0 commit comments

Comments
 (0)