fix typo; throw exception on error
This commit is contained in:
		@@ -3,7 +3,7 @@ var router = express.Router();
 | 
			
		||||
 | 
			
		||||
/* GET home page. */
 | 
			
		||||
router.get('/', function(req, res) {
 | 
			
		||||
  res.render('index', { title: 'Express' });
 | 
			
		||||
  res.render('index', { title: 'ServiceDock' });
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
module.exports = router;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user