Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hizaidii authored Feb 13, 2024
1 parent fa23924 commit 5efabc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ hbs.registerHelper("isEqual", function (a, b, options) {

// --> Database Connection
mongoose
.connect(process.env.DB_URL)
.connect(process.env.MONGO_URL)
.then(() => {
console.log("Connected to DB");
})
Expand Down

0 comments on commit 5efabc3

Please sign in to comment.