Skip to content

Commit

Permalink
add file
Browse files Browse the repository at this point in the history
  • Loading branch information
shpraka authored Oct 25, 2023
1 parent 1bc6cc8 commit 446dda5
Show file tree
Hide file tree
Showing 2 changed files 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: "23rd October 1" });
res.render('index', { title: 'NodeJS', body: "25th October" });
});

module.exports = router;
Empty file added test.txt
Empty file.

0 comments on commit 446dda5

Please sign in to comment.