Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shpraka authored Dec 4, 2023
1 parent 89fbac3 commit 29fb69d
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 @@ -3,7 +3,7 @@ var router = express.Router();

/* GET home page. */
router.get('/', function(req, res, next) {
res.render('index', { title: 'NodeJS', body: "4th Dec 2:14 PM" });
res.render('index', { title: 'NodeJS', body: "4th Dec 2:56 PM" });
});

module.exports = router;

0 comments on commit 29fb69d

Please sign in to comment.