hyphenated
All checks were successful
Build access-web-migration / Build-And-Push (push) Successful in 17s

This commit is contained in:
2024-04-23 08:58:55 -05:00
parent 93a9b6eca8
commit 6d835a3fc6

View File

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