refactor: Change views
This commit is contained in:
committed by
Benedikt Rötsch
parent
3f6efdf750
commit
3373ff282d
@@ -3,7 +3,7 @@ const router = express.Router()
|
||||
|
||||
/* GET home page. */
|
||||
router.get('/', function (req, res, next) {
|
||||
res.render('index', { title: 'Express' })
|
||||
res.render('index', { title: 'Welcome to Contentful university' })
|
||||
})
|
||||
|
||||
module.exports = router
|
||||
|
||||
Reference in New Issue
Block a user