hyphenated
All checks were successful
Build access-web-migration / Build-And-Push (push) Successful in 17s
All checks were successful
Build access-web-migration / Build-And-Push (push) Successful in 17s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user