Skip to content

Commit

Permalink
renaming the ecommerce page to shopping cart
Browse files Browse the repository at this point in the history
  • Loading branch information
fellyph committed Feb 16, 2024
1 parent 689a456 commit 84579b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenarios/ecommerce/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ router.use((req, res, next) => {
router.get('/', (req, res) => {
// Render the index view (homepage)
res.render(path.join(__dirname,'index'), {
title: 'E-commerce'
title: 'Shopping Cart'
});
});

Expand Down

0 comments on commit 84579b5

Please sign in to comment.