Skip to content

Commit

Permalink
fix: testing dev deployment 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed Oct 18, 2024
1 parent c4f329d commit 862f310
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 @@ -52,7 +52,7 @@ app.use(passport.session());
app.use(express.static(path.join(__dirname, "public")));

app.get("/", (req, res) => {
res.send("HELLO FROM HOME");
res.send("HELLO FROM API HOME");
});

app.use("/user", require("./routes/user/User"));
Expand Down

0 comments on commit 862f310

Please sign in to comment.