Skip to content

Commit

Permalink
Ready for Production
Browse files Browse the repository at this point in the history
  • Loading branch information
luxprajapati committed Oct 30, 2024
1 parent 6e32656 commit f27ddb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ const server = app.listen(PORT, () => {
});

server.on("error", (err) => {
console.log("ERROR WHILE CONNECTING TO THE DATABASE SERVER:- ", err);
console.log("ERROR WHILE CONNECTING TO THE DATABASE SERVER :- ", err);
});

0 comments on commit f27ddb6

Please sign in to comment.