1 Commits

Author SHA1 Message Date
6d835a3fc6 hyphenated
All checks were successful
Build access-web-migration / Build-And-Push (push) Successful in 17s
2024-04-23 08:58:55 -05:00

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;