Skip to content

Commit

Permalink
updated engines in package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
VenketeshRushi committed Oct 29, 2023
1 parent fe0db86 commit abc8f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ router.get("/", authorization, function (req, res, next) {
// Cookies that have been signed
console.log("Signed Cookies: ", JSON.stringify(req.signedCookies));

res.render("index", { title: "Express" });
res.render("index", { title: "Nike Clone!" });
});

module.exports = router;

0 comments on commit abc8f48

Please sign in to comment.