working and dockerized

This commit is contained in:
2024-04-22 14:15:47 -05:00
parent 1234a29c1a
commit c918931c2e
6 changed files with 60 additions and 12 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: 'The Punisher' });
});
module.exports = router;