Test GIT #2
This commit is contained in:
		
							
								
								
									
										9
									
								
								routes/index.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								routes/index.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
var express = require('express');
 | 
			
		||||
var router = express.Router();
 | 
			
		||||
 | 
			
		||||
/* GET home page. */
 | 
			
		||||
router.get('/', function(req, res, next) {
 | 
			
		||||
  res.render('index', { title: 'Express' });
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
module.exports = router;
 | 
			
		||||
		Reference in New Issue
	
	Block a user