This commit is contained in:
Nikola Petrov
2023-06-17 01:20:51 +02:00
parent c0cbadb0df
commit 35297631e2
13 changed files with 439 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ var router = express.Router();
/* GET home page. */
router.get('/', function(req, res, next) {
res.render('index', { title: 'Express' });
res.render('index', { title: 'Nik' });
});
module.exports = router;