Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SohamMhatre09 authored Apr 4, 2024
1 parent ff12c08 commit 243909d
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 @@ -13,7 +13,7 @@ app.use(express.json());
app.use("/user", userRouter);
app.use("/admin", adminRouter);
app.get('/', (req, res) => {
res.send("Welcome To API for GFG Hackathon");
res.send("Welcome To API for IMPETUS");
});
try {
mongoose.connect('mongodb+srv://hvacProject:[email protected]/?retryWrites=true&w=majority&appName=hvacProject', {dbName: "hvacProject" });
Expand Down

0 comments on commit 243909d

Please sign in to comment.